X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Fh263_parser.c;h=e05b8a4ac4dd9f1a8ef2c58af0fdd73d8d3c2071;hb=0bf3a7361d17d596a5044882098f56817db0e103;hp=2e7d4930c3144278a1ded9cde153c20f36cdbbf9;hpb=0ff76ca86e0ea4dcf2b392c45f5fac8e5576bb0d;p=ffmpeg diff --git a/libavcodec/h263_parser.c b/libavcodec/h263_parser.c index 2e7d4930c31..e05b8a4ac4d 100644 --- a/libavcodec/h263_parser.c +++ b/libavcodec/h263_parser.c @@ -87,7 +87,7 @@ static int h263_parse(AVCodecParserContext *s, return next; } -AVCodecParser ff_h263_parser = { +const AVCodecParser ff_h263_parser = { .codec_ids = { AV_CODEC_ID_H263 }, .priv_data_size = sizeof(ParseContext), .parser_parse = h263_parse,