mirror of https://git.ffmpeg.org/ffmpeg.git
add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi
Originally committed as revision 20383 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8767a009a1
commit
13547dd11f
|
@ -147,6 +147,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
|||
{ CODEC_ID_RAWVIDEO, MKTAG('U', 'Y', 'N', 'Y') },
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('u', 'y', 'v', '1') },
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('2', 'V', 'u', '1') },
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('2', 'v', 'u', 'y') },
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('P', '4', '2', '2') },
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', '1', '2') },
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('U', 'Y', 'V', 'Y') },
|
||||
|
|
Loading…
Reference in New Issue