[FFmpeg-cvslog] r18415 - trunk/libavformat/riff.c
stefano
subversion
Fri Apr 10 14:18:05 CEST 2009
Author: stefano
Date: Fri Apr 10 14:18:04 2009
New Revision: 18415
Log:
Add 'PNG1' to PNG fourcc codes.
Patch by Thilo Borgmann thilo DOT borgmann _AT_ gXXglemail.cXm.
Modified:
trunk/libavformat/riff.c
Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c Fri Apr 10 14:07:06 2009 (r18414)
+++ trunk/libavformat/riff.c Fri Apr 10 14:18:04 2009 (r18415)
@@ -198,6 +198,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_VMNC, MKTAG('V', 'M', 'n', 'c') },
{ CODEC_ID_TARGA, MKTAG('t', 'g', 'a', ' ') },
{ CODEC_ID_PNG, MKTAG('M', 'P', 'N', 'G') },
+ { CODEC_ID_PNG, MKTAG('P', 'N', 'G', '1') },
{ CODEC_ID_CLJR, MKTAG('c', 'l', 'j', 'r') },
{ CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') },
{ CODEC_ID_RPZA, MKTAG('a', 'z', 'p', 'r') },
More information about the ffmpeg-cvslog
mailing list