X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcrystalhd.c;h=f709cf74a70437da8f758e0d544b113ce86b6586;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=fbfe5e8f62d2ff0d76f7b0e446a7d811817eab31;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/crystalhd.c b/libavcodec/crystalhd.c index fbfe5e8f62d..f709cf74a70 100644 --- a/libavcodec/crystalhd.c +++ b/libavcodec/crystalhd.c @@ -767,7 +767,7 @@ static int crystalhd_receive_frame(AVCodecContext *avctx, AVFrame *frame) .option = options, \ .version = LIBAVUTIL_VERSION_INT, \ }; \ - AVCodec ff_##x##_crystalhd_decoder = { \ + const AVCodec ff_##x##_crystalhd_decoder = { \ .name = #x "_crystalhd", \ .long_name = NULL_IF_CONFIG_SMALL("CrystalHD " #X " decoder"), \ .type = AVMEDIA_TYPE_VIDEO, \