[FFmpeg-cvslog] r24079 - trunk/libavformat/img2.c
cehoyos
subversion
Wed Jul 7 12:20:00 CEST 2010
Author: cehoyos
Date: Wed Jul 7 12:19:59 2010
New Revision: 24079
Log:
Associate .tga with format image2.
Modified:
trunk/libavformat/img2.c
Modified: trunk/libavformat/img2.c
==============================================================================
--- trunk/libavformat/img2.c Tue Jul 6 19:48:23 2010 (r24078)
+++ trunk/libavformat/img2.c Wed Jul 7 12:19:59 2010 (r24079)
@@ -442,7 +442,7 @@ AVOutputFormat image2_muxer = {
"image2",
NULL_IF_CONFIG_SMALL("image2 sequence"),
"",
- "bmp,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,ppm,sgi,tif,tiff,jp2",
+ "bmp,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,ppm,sgi,tga,tif,tiff,jp2",
sizeof(VideoData),
CODEC_ID_NONE,
CODEC_ID_MJPEG,
More information about the ffmpeg-cvslog
mailing list