X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvp8_parser.c;h=98b752bfb9d78d24d1452ff9c80f89aa95e08fc1;hb=1ab74bc19354aedfb9afe71515952254753a75cc;hp=7ce35e7535ce085a9c9973e47e6a4536e704d1b0;hpb=b8eb0827f053230dd919bc73e25381b47b4fe1a7;p=ffmpeg diff --git a/libavcodec/vp8_parser.c b/libavcodec/vp8_parser.c index 7ce35e7535c..98b752bfb9d 100644 --- a/libavcodec/vp8_parser.c +++ b/libavcodec/vp8_parser.c @@ -73,7 +73,7 @@ static int parse(AVCodecParserContext *s, return buf_size; } -AVCodecParser ff_vp8_parser = { +const AVCodecParser ff_vp8_parser = { .codec_ids = { AV_CODEC_ID_VP8 }, .parser_parse = parse, };