Home
last modified time | relevance | path

Searched refs:ff_mxf_pixel_layouts (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmxf.c144 } ff_mxf_pixel_layouts[] = { variable
170 static const int num_pixel_layouts = FF_ARRAY_ELEMS(ff_mxf_pixel_layouts);
177 if (!memcmp(pixel_layout, ff_mxf_pixel_layouts[x].data, 16)) { in ff_mxf_decode_pixel_layout()
178 *pix_fmt = ff_mxf_pixel_layouts[x].pix_fmt; in ff_mxf_decode_pixel_layout()

Completed in 2 milliseconds