diff options
author | ami_stuff <amiUNDERSCOREstuff@o2.pl> | 2011-04-25 00:20:27 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-25 00:44:48 +0200 |
commit | 3e1c59ebc642831395bb5bcdc763520722679a6c (patch) | |
tree | e14ca8c37a136ca2e6a0c7836ea8600b57f69512 /libavformat/riff.c | |
parent | 9a962f30556f8890a09cd668a9fe806ebac54206 (diff) | |
download | ffmpeg-3e1c59ebc642831395bb5bcdc763520722679a6c.tar.gz |
Support fourcc auv2.
Fixes ticket #101.
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 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') }, |