mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
More mov rawvideo fourcc supported by the rawvideo decoder
Originally committed as revision 23481 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
414ba8e35f
commit
3511242d22
@ -114,6 +114,13 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
|
||||
{ PIX_FMT_YUYV422, MKTAG('y', 'u', 'v', '2') },
|
||||
{ PIX_FMT_YUYV422, MKTAG('y', 'u', 'v', 's') },
|
||||
{ PIX_FMT_PAL8, MKTAG('W', 'R', 'A', 'W') },
|
||||
{ PIX_FMT_RGB555LE,MKTAG('L', '5', '5', '5') },
|
||||
{ PIX_FMT_RGB565LE,MKTAG('L', '5', '6', '5') },
|
||||
{ PIX_FMT_RGB565BE,MKTAG('B', '5', '6', '5') },
|
||||
{ PIX_FMT_BGR24, MKTAG('2', '4', 'B', 'G') },
|
||||
{ PIX_FMT_BGRA, MKTAG('B', 'G', 'R', 'A') },
|
||||
{ PIX_FMT_RGBA, MKTAG('R', 'G', 'B', 'A') },
|
||||
{ PIX_FMT_ABGR, MKTAG('A', 'B', 'G', 'R') },
|
||||
|
||||
/* special */
|
||||
{ PIX_FMT_RGB565LE,MKTAG( 3 , 0 , 0 , 0 ) }, /* flipped RGB565LE */
|
||||
|
Loading…
Reference in New Issue
Block a user