summaryrefslogtreecommitdiffstats
path: root/libavformat/img2enc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-11-02 00:52:29 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-02 01:00:57 +0100
commitf5abd12c4d6cb48704e66142fd7c7a506a29b78c (patch)
tree1980273989273747b7c01cbbc96be4f630375a05 /libavformat/img2enc.c
parente9899ca3ddc1c1d2fda526b6fc958ab77fe79adb (diff)
downloadffmpeg-streaming-f5abd12c4d6cb48704e66142fd7c7a506a29b78c.zip
ffmpeg-streaming-f5abd12c4d6cb48704e66142fd7c7a506a29b78c.tar.gz
avformat/img2enc: remove webp extension as we have a dedicated webp muxer
Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/img2enc.c')
-rw-r--r--libavformat/img2enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c
index 37dfbec..b64ef07 100644
--- a/libavformat/img2enc.c
+++ b/libavformat/img2enc.c
@@ -194,7 +194,7 @@ AVOutputFormat ff_image2_muxer = {
.long_name = NULL_IF_CONFIG_SMALL("image2 sequence"),
.extensions = "bmp,dpx,jls,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,"
"ppm,sgi,tga,tif,tiff,jp2,j2c,j2k,xwd,sun,ras,rs,im1,im8,im24,"
- "sunras,webp,xbm,xface,pix,y",
+ "sunras,xbm,xface,pix,y",
.priv_data_size = sizeof(VideoMuxData),
.video_codec = AV_CODEC_ID_MJPEG,
.write_header = write_header,
OpenPOWER on IntegriCloud