Commit 7b9eef08 authored by melanson's avatar melanson

DUCK codec


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2556 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d16e8b22
......@@ -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 },
};
......
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