summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorami_stuff <ami_stuff@o2.pl>2011-06-27 09:40:53 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-06-27 09:40:53 +0200
commit90d475a9e7ecc03f9b3067a90225a9438ac84b9f (patch)
tree8398eaf825606bf2bed5f3f5c1900769cc4c7c8b /libavformat/riff.c
parente747b091cbc6b41f3531cfdf9d1bdd34606b1df3 (diff)
Support fourcc YV16 (ticket 307).
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
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') },