diff options
author | ami_stuff <ami_stuff@o2.pl> | 2011-06-27 09:40:53 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-06-27 09:40:53 +0200 |
commit | 90d475a9e7ecc03f9b3067a90225a9438ac84b9f (patch) | |
tree | 8398eaf825606bf2bed5f3f5c1900769cc4c7c8b /libavformat/riff.c | |
parent | e747b091cbc6b41f3531cfdf9d1bdd34606b1df3 (diff) | |
download | ffmpeg-90d475a9e7ecc03f9b3067a90225a9438ac84b9f.tar.gz |
Support fourcc YV16 (ticket 307).
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 544c29f116..1213edd0ca 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -171,6 +171,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_RAWVIDEO, MKTAG('y', 'u', 'v', 's') }, { CODEC_ID_RAWVIDEO, MKTAG('P', '4', '2', '2') }, { CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', '1', '2') }, + { CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', '1', '6') }, { CODEC_ID_RAWVIDEO, MKTAG('U', 'Y', 'V', 'Y') }, { CODEC_ID_RAWVIDEO, MKTAG('V', 'Y', 'U', 'Y') }, { CODEC_ID_RAWVIDEO, MKTAG('I', 'Y', 'U', 'V') }, |