[vlc-commits] vpx: decode WebP's VP8 chunks
Tristan Matthews
git at videolan.org
Wed Mar 21 23:46:01 CET 2018
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Wed Mar 7 03:20:54 2018 -0500| [ac9038e9ac46792f294e2fe348d66f1e12340d2e] | committer: Tristan Matthews
vpx: decode WebP's VP8 chunks
Fixes #19446
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ac9038e9ac46792f294e2fe348d66f1e12340d2e
---
modules/codec/vpx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/codec/vpx.c b/modules/codec/vpx.c
index 76331a714b..8f98bb421f 100644
--- a/modules/codec/vpx.c
+++ b/modules/codec/vpx.c
@@ -289,6 +289,7 @@ static int OpenDecoder(vlc_object_t *p_this)
switch (dec->fmt_in.i_codec)
{
#ifdef ENABLE_VP8_DECODER
+ case VLC_CODEC_WEBP:
case VLC_CODEC_VP8:
iface = &vpx_codec_vp8_dx_algo;
vp_version = 8;
More information about the vlc-commits
mailing list