Home
last modified time | relevance | path

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

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