Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/webp_parser.c')
-rw-r--r--libavcodec/webp_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/webp_parser.c b/libavcodec/webp_parser.c
index fdb7c38350..bd5f94dac5 100644
--- a/libavcodec/webp_parser.c
+++ b/libavcodec/webp_parser.c
@@ -104,7 +104,7 @@ flush:
return next;
}
-AVCodecParser ff_webp_parser = {
+const AVCodecParser ff_webp_parser = {
.codec_ids = { AV_CODEC_ID_WEBP },
.priv_data_size = sizeof(WebPParseContext),
.parser_parse = webp_parse,