From 5aef84623a5a16316a02ea58b0b59a289d67abd2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 19 Apr 2009 21:24:36 +0000 Subject: [PATCH] Add zygo fourcc. Originally committed as revision 18628 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index 5a3c48071d..d63f359935 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -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') },