X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh261_parser.c;h=e0b84c509e44adef9696640c8fddc9f5a788f337;hb=9e13df3776da3a101e895e2840f6f23f5a6f74a0;hp=2299c1cfc5978a4a84b58ee8a7e6acfe04067a46;hpb=a12063b118ad05409ff775ba30fab00265ad3031;p=ffmpeg diff --git a/libavcodec/h261_parser.c b/libavcodec/h261_parser.c index 2299c1cfc59..e0b84c509e4 100644 --- a/libavcodec/h261_parser.c +++ b/libavcodec/h261_parser.c @@ -86,7 +86,7 @@ static int h261_parse(AVCodecParserContext *s, return next; } -AVCodecParser ff_h261_parser = { +const AVCodecParser ff_h261_parser = { .codec_ids = { AV_CODEC_ID_H261 }, .priv_data_size = sizeof(ParseContext), .parser_parse = h261_parse,