Commit c7e11089 authored by michael's avatar michael

Add zygo fourcc.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18628 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent df8e8ea9
......@@ -38,6 +38,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_H263, MKTAG('T', '2', '6', '3') },
{ CODEC_ID_H263, MKTAG('L', '2', '6', '3') },
{ CODEC_ID_H263, MKTAG('V', 'X', '1', 'K') },
{ CODEC_ID_H263, MKTAG('Z', 'y', 'G', 'o') },
{ CODEC_ID_H263P, MKTAG('H', '2', '6', '3') },
{ CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */
{ CODEC_ID_H261, MKTAG('H', '2', '6', '1') },
......
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