| 39 | import { VideoColorSpacePolyfill } from './video_color_space.js'; |
| 40 | |
| 41 | class BufferFrameResource { |
| 42 | constructor(public data: Uint8Array, public layout: ComputedPlaneLayout[]) {} |
| 43 | } |
| 44 |
nothing calls this directly
no outgoing calls
no test coverage detected