X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdpx.c;h=8e77c09bb17aec20b54cccee501a08e52984fc86;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=b02996f04c6635b6a4bb3ea10da41a65f947f889;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c index b02996f04c6..8e77c09bb17 100644 --- a/libavcodec/dpx.c +++ b/libavcodec/dpx.c @@ -762,7 +762,7 @@ static int decode_frame(AVCodecContext *avctx, return buf_size; } -AVCodec ff_dpx_decoder = { +const AVCodec ff_dpx_decoder = { .name = "dpx", .long_name = NULL_IF_CONFIG_SMALL("DPX (Digital Picture Exchange) image"), .type = AVMEDIA_TYPE_VIDEO,