Commit 6cbf1dfb authored by rtognimp's avatar rtognimp

Theora fourcc


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4393 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dec278b8
......@@ -184,6 +184,7 @@ const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
{ CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
{ CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') },
{ CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') },
{ CODEC_ID_RAWVIDEO, 0 },
{ 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