From 076c1c956c55887ca63a797baf0143f56dd30879 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 22 Mar 2013 11:38:46 +0100 Subject: vp8: WebP decoding support VP8L, padding and bounds checks by Pascal Massimino Reviewed-by: Pascal Massimino Signed-off-by: Michael Niedermayer --- libavcodec/codec_desc.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libavcodec/codec_desc.c') diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index ded09c93e8..2b3eed7760 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1037,6 +1037,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("Google VP9"), .props = AV_CODEC_PROP_LOSSY, }, + { + .id = AV_CODEC_ID_WEBP, + .type = AVMEDIA_TYPE_VIDEO, + .name = "webp", + .long_name = NULL_IF_CONFIG_SMALL("WebP"), + .props = AV_CODEC_PROP_LOSSY, + }, { .id = AV_CODEC_ID_PICTOR, .type = AVMEDIA_TYPE_VIDEO, -- cgit v1.2.1