Commit a83118e1 authored by michael's avatar michael

this is wrong but it was that way before the AVCodecTag change, only reason...

this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used 


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7599 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9642e4e0
...@@ -190,6 +190,7 @@ ...@@ -190,6 +190,7 @@
static const AVCodecTag codec_asf_bmp_tags[] = { static const AVCodecTag codec_asf_bmp_tags[] = {
{ CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'S') }, { CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'S') },
{ CODEC_ID_MPEG4, MKTAG('M', '4', 'S', '2') }, { CODEC_ID_MPEG4, MKTAG('M', '4', 'S', '2') },
{ CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') },
{ CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
{ CODEC_ID_NONE, 0 }, { CODEC_ID_NONE, 0 },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment