diff options
author | ami_stuff <amiUNDERSCOREstuff@o2.pl> | 2011-04-25 00:20:27 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-21 21:33:58 +0200 |
commit | d352df093169f39631f1ec0017a3f186ef85f83c (patch) | |
tree | 0188235dadcce283dcafe53522cdfc3cc3562ffa /libavformat | |
parent | 087d93f568962463e3db7bc2895a3d98ce30bfc0 (diff) | |
download | ffmpeg-d352df093169f39631f1ec0017a3f186ef85f83c.tar.gz |
rawvideo: Support auv2 fourcc.
Diffstat (limited to 'libavformat')
-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 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') }, |