diff options
author | Aneesh Dogra <lionaneesh@gmail.com> | 2012-02-17 02:38:51 +0530 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-02-17 14:28:56 -0500 |
commit | d7840529b6aaaa24426025781e5fcde673108d39 (patch) | |
tree | 1b9b8cd473d08e8550f532ac6c9d7c10f9450eb3 /libavformat/img2.c | |
parent | 1f1fbcfa71d1d3f90f90a72ba3fb32ddbb545df2 (diff) | |
download | ffmpeg-d7840529b6aaaa24426025781e5fcde673108d39.tar.gz |
avcodec: add a Sun Rasterfile encoder
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index f7a9fa5e30..d7a749cde5 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -491,7 +491,8 @@ AVOutputFormat ff_image2_muxer = { .name = "image2", .long_name = NULL_IF_CONFIG_SMALL("image2 sequence"), .extensions = "bmp,dpx,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png," - "ppm,sgi,tga,tif,tiff,jp2,xwd", + "ppm,sgi,tga,tif,tiff,jp2,xwd,sun,ras,rs,im1,im8,im24," + "sunras", .priv_data_size = sizeof(VideoData), .video_codec = CODEC_ID_MJPEG, .write_header = write_header, |