X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frv40.c;h=31a7a04e5173793a96d785c2d625f373c8846488;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=8532a872d933c17d362128c18170602860936637;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c index 8532a872d93..31a7a04e517 100644 --- a/libavcodec/rv40.c +++ b/libavcodec/rv40.c @@ -571,7 +571,7 @@ static av_cold int rv40_decode_init(AVCodecContext *avctx) return 0; } -AVCodec ff_rv40_decoder = { +const AVCodec ff_rv40_decoder = { .name = "rv40", .long_name = NULL_IF_CONFIG_SMALL("RealVideo 4.0"), .type = AVMEDIA_TYPE_VIDEO,