codec tag for FLV

Originally committed as revision 3002 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-04-11 19:32:24 +00:00
parent 7585aa5c4e
commit ee77723580
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_MSZH, MKTAG('M', 'S', 'Z', 'H') },
{ CODEC_ID_ZLIB, MKTAG('Z', 'L', 'I', 'B') },
{ CODEC_ID_4XM, MKTAG('4', 'X', 'M', 'V') },
{ CODEC_ID_FLV1, MKTAG('F', 'L', 'V', '1') },
{ 0, 0 },
};