Support fourcc auv2.

Fixes ticket #101.
This commit is contained in:
ami_stuff
2011-04-25 00:20:27 +02:00
committed by Carl Eugen Hoyos
parent 9a962f3055
commit 3e1c59ebc6
2 changed files with 2 additions and 0 deletions

View File

@@ -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') },