X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fsunrast.c;h=7e9a9b0be51481f8aa3aceda7411815e9ace58b4;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=e1ec8a083274ae80f7923932a1a505d003e8413e;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/sunrast.c b/libavcodec/sunrast.c index e1ec8a08327..7e9a9b0be51 100644 --- a/libavcodec/sunrast.c +++ b/libavcodec/sunrast.c @@ -205,7 +205,7 @@ static int sunrast_decode_frame(AVCodecContext *avctx, void *data, return buf - bufstart; } -AVCodec ff_sunrast_decoder = { +const AVCodec ff_sunrast_decoder = { .name = "sunrast", .long_name = NULL_IF_CONFIG_SMALL("Sun Rasterfile image"), .type = AVMEDIA_TYPE_VIDEO,