[vlc-devel] [PATCH 3/3] vpx: decode WebP's VP8 chunks
Tristan Matthews
tmatth at videolan.org
Wed Mar 7 09:27:45 CET 2018
---
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;
--
2.16.2
More information about the vlc-devel
mailing list