Add a libwebp encoder
This commit is contained in:
parent
d307e408d4
commit
be7c323176
9 changed files with 359 additions and 4 deletions
|
|
@ -148,7 +148,7 @@ AVOutputFormat ff_image2_muxer = {
|
|||
.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,sun,ras,rs,im1,im8,im24,"
|
||||
"sunras,xbm",
|
||||
"sunras,webp,xbm",
|
||||
.priv_data_size = sizeof(VideoMuxData),
|
||||
.video_codec = AV_CODEC_ID_MJPEG,
|
||||
.write_header = write_header,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue