summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorami_stuff <amiUNDERSCOREstuff@o2.pl>2011-04-25 00:20:27 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-25 00:44:48 +0200
commit3e1c59ebc642831395bb5bcdc763520722679a6c (patch)
treee14ca8c37a136ca2e6a0c7836ea8600b57f69512 /libavformat
parent9a962f30556f8890a09cd668a9fe806ebac54206 (diff)
Support fourcc auv2.
Fixes ticket #101.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index e884780b76..6b093b2683 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -181,6 +181,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_RAWVIDEO, MKTAG('Y', '4', '2', 'B') },
{ CODEC_ID_RAWVIDEO, MKTAG('Y', 'U', 'V', '9') },
{ CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', 'U', '9') },
+ { CODEC_ID_RAWVIDEO, MKTAG('a', 'u', 'v', '2') },
{ CODEC_ID_FRWU, MKTAG('F', 'R', 'W', 'U') },
{ CODEC_ID_R10K, MKTAG('R', '1', '0', 'k') },
{ CODEC_ID_R210, MKTAG('r', '2', '1', '0') },