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/img2.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/img2.c')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 233e83de37..06e48549ac 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -92,6 +92,7 @@ const IdStrMap ff_img_tags[] = { { AV_CODEC_ID_JPEGXL, "jxl" }, { AV_CODEC_ID_QOI, "qoi" }, { AV_CODEC_ID_RADIANCE_HDR, "hdr" }, + { AV_CODEC_ID_WBMP, "wbmp" }, { AV_CODEC_ID_NONE, NULL } }; |