[FFmpeg-cvslog] r23533 - trunk/libavformat/img2.c
pross
subversion
Tue Jun 8 13:55:55 CEST 2010
Author: pross
Date: Tue Jun 8 13:55:55 2010
New Revision: 23533
Log:
Add Pictor/PC Paint to image2 muxer/demuxer
Modified:
trunk/libavformat/img2.c
Modified: trunk/libavformat/img2.c
==============================================================================
--- trunk/libavformat/img2.c Tue Jun 8 13:55:06 2010 (r23532)
+++ trunk/libavformat/img2.c Tue Jun 8 13:55:55 2010 (r23533)
@@ -73,6 +73,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_SUNRAST , "sunras"},
{ CODEC_ID_JPEG2000 , "jp2"},
{ CODEC_ID_DPX , "dpx"},
+ { CODEC_ID_PICTOR , "pic"},
{ CODEC_ID_NONE , NULL}
};
More information about the ffmpeg-cvslog
mailing list