Browse Source

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

Originally committed as revision 7599 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 19 years ago
parent
commit
4fde033a68
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/asf-enc.c

+ 1
- 0
libavformat/asf-enc.c View File

@@ -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 },
}; };


Loading…
Cancel
Save