[FFmpeg-cvslog] r18628 - trunk/libavformat/riff.c
michael
subversion
Sun Apr 19 23:24:36 CEST 2009
Author: michael
Date: Sun Apr 19 23:24:36 2009
New Revision: 18628
Log:
Add zygo fourcc.
Modified:
trunk/libavformat/riff.c
Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c Sun Apr 19 22:41:26 2009 (r18627)
+++ trunk/libavformat/riff.c Sun Apr 19 23:24:36 2009 (r18628)
@@ -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') },
More information about the ffmpeg-cvslog
mailing list