X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdpx_parser.c;h=b74e6c5c68bc04f7d838798a54c0b2b14d4907bf;hb=e625ae609206e0550ff733965c6f5447579320aa;hp=8e4a01e09dbf9dd2425b2a842b10d27b80adfcac;hpb=0dda0f3bdb7e8a2d5bef7457375f72f38a100ccb;p=ffmpeg diff --git a/libavcodec/dpx_parser.c b/libavcodec/dpx_parser.c index 8e4a01e09db..b74e6c5c68b 100644 --- a/libavcodec/dpx_parser.c +++ b/libavcodec/dpx_parser.c @@ -108,7 +108,7 @@ flush: return next; } -AVCodecParser ff_dpx_parser = { +const AVCodecParser ff_dpx_parser = { .codec_ids = { AV_CODEC_ID_DPX }, .priv_data_size = sizeof(DPXParseContext), .parser_parse = dpx_parse,