summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-04-19 21:24:36 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-04-19 21:24:36 +0000
commit5aef84623a5a16316a02ea58b0b59a289d67abd2 (patch)
treea8e0108fbbe226d6ec705b196d726157a864692f /libavformat/riff.c
parent34365443fd8afd7a5bc36414d6918cd2bc09dc89 (diff)
Add zygo fourcc.
Originally committed as revision 18628 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
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') },