[vlc-devel] [PATCH 2/4] avcodec: fourcc: map WebP
Tristan Matthews
tmatth at videolan.org
Wed Mar 7 07:35:57 CET 2018
On Wed, Mar 7, 2018 at 12:07 AM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> No manner to decode that without avcodec?
If not avcodec, then a libwebp module.
> On Tue, 6 Mar 2018, at 07:40, Tristan Matthews wrote:
>> Refs #19446
>> ---
>> modules/codec/avcodec/fourcc.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
>> index 311ee69b19..823d99c901 100644
>> --- a/modules/codec/avcodec/fourcc.c
>> +++ b/modules/codec/avcodec/fourcc.c
>> @@ -234,7 +234,7 @@ static const struct vlc_avcodec_fourcc video_codecs[] =
>> { VLC_CODEC_G2M4, AV_CODEC_ID_G2M },
>> { VLC_CODEC_G2M2, AV_CODEC_ID_G2M },
>> { VLC_CODEC_G2M3, AV_CODEC_ID_G2M },
>> - /* AV_CODEC_ID_WEBP */
>> + { VLC_CODEC_WEBP, AV_CODEC_ID_WEBP },
>> { VLC_CODEC_HNM4_VIDEO, AV_CODEC_ID_HNM4_VIDEO },
>> { VLC_CODEC_HEVC, AV_CODEC_ID_HEVC },
>>
>> --
>> 2.16.2
>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
>
>
> --
> Jean-Baptiste Kempf - President
> +33 672 704 734
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list