Browse Source

DUCK codec

Originally committed as revision 2556 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Mike Melanson 22 years ago
parent
commit
b7cbfc2307
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/avienc.c

+ 1
- 0
libavformat/avienc.c View File

@@ -154,6 +154,7 @@ const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_MSVIDEO1, MKTAG('W', 'H', 'A', 'M') },
{ CODEC_ID_MSVIDEO1, MKTAG('w', 'h', 'a', 'm') },
{ CODEC_ID_CINEPAK, MKTAG('c', 'v', 'i', 'd') },
{ CODEC_ID_TRUEMOTION1, MKTAG('D', 'U', 'C', 'K') },
{ 0, 0 },
};



Loading…
Cancel
Save