Support fourcc YV24.

Fixes ticket #306.
This commit is contained in:
ami_stuff
2011-07-06 10:05:08 +02:00
committed by Carl Eugen Hoyos
parent 923cff747a
commit 3950376b8b
3 changed files with 3 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
/* special */
{ PIX_FMT_RGB565LE,MKTAG( 3 , 0 , 0 , 0 ) }, /* flipped RGB565LE */
{ PIX_FMT_YUV444P, MKTAG('Y', 'V', '2', '4') }, /* YUV444P, swapped UV */
{ PIX_FMT_NONE, 0 },
};