mirror of https://git.ffmpeg.org/ffmpeg.git
img2: WebP support
Reviewed-by: Pascal Massimino <pascal.massimino@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e0e8c20559
commit
c0ff2aaa49
|
@ -74,6 +74,7 @@ static const IdStrMap img_tags[] = {
|
|||
{ AV_CODEC_ID_EXR, "exr" },
|
||||
{ AV_CODEC_ID_PICTOR, "pic" },
|
||||
{ AV_CODEC_ID_V210X, "yuv10" },
|
||||
{ AV_CODEC_ID_WEBP, "webp" },
|
||||
{ AV_CODEC_ID_XBM, "xbm" },
|
||||
{ AV_CODEC_ID_XFACE, "xface" },
|
||||
{ AV_CODEC_ID_XWD, "xwd" },
|
||||
|
|
Loading…
Reference in New Issue