diff options
author | Peter Ross <pross@xvid.org> | 2022-08-07 18:40:47 +1000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2022-08-07 19:18:18 +1000 |
commit | 23758380d0d0704754d0942779f283e1cf7641ae (patch) | |
tree | ef6ee6d53b14fd9e80c31b81329b864bc8ee7618 /libavformat/img2enc.c | |
parent | d93e29154f029980c2777a6688ab332e5920b6db (diff) | |
download | ffmpeg-23758380d0d0704754d0942779f283e1cf7641ae.tar.gz |
avcodec: WBMP (Wireless Application Protocol Bitmap) image format
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: Peter Ross <pross@xvid.org>
Diffstat (limited to 'libavformat/img2enc.c')
-rw-r--r-- | libavformat/img2enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c index 40dc51b443..c05f37e22b 100644 --- a/libavformat/img2enc.c +++ b/libavformat/img2enc.c @@ -273,7 +273,7 @@ const AVOutputFormat ff_image2_muxer = { .long_name = NULL_IF_CONFIG_SMALL("image2 sequence"), .extensions = "bmp,dpx,exr,jls,jpeg,jpg,jxl,ljpg,pam,pbm,pcx,pfm,pgm,pgmyuv,phm," "png,ppm,sgi,tga,tif,tiff,jp2,j2c,j2k,xwd,sun,ras,rs,im1,im8," - "im24,sunras,vbn,xbm,xface,pix,y,avif,qoi,hdr", + "im24,sunras,vbn,xbm,xface,pix,y,avif,qoi,hdr,wbmp", .priv_data_size = sizeof(VideoMuxData), .video_codec = AV_CODEC_ID_MJPEG, .write_header = write_header, |