summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorami_stuff <amiUNDERSCOREstuff@o2.pl>2011-04-25 00:20:27 +0200
committerDiego Biurrun <diego@biurrun.de>2011-06-21 21:33:58 +0200
commitd352df093169f39631f1ec0017a3f186ef85f83c (patch)
tree0188235dadcce283dcafe53522cdfc3cc3562ffa /libavformat/riff.c
parent087d93f568962463e3db7bc2895a3d98ce30bfc0 (diff)
rawvideo: Support auv2 fourcc.
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 fe6cc55055..756fc57f01 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -180,6 +180,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') },