X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ftscc2.c;h=419a7775b326f02a4625e1e862bd3d472749e5e8;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=13e7a41a315becf8b0eed3af593f17f8265318eb;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/tscc2.c b/libavcodec/tscc2.c index 13e7a41a315..419a7775b32 100644 --- a/libavcodec/tscc2.c +++ b/libavcodec/tscc2.c @@ -355,7 +355,7 @@ static av_cold int tscc2_decode_init(AVCodecContext *avctx) return 0; } -AVCodec ff_tscc2_decoder = { +const AVCodec ff_tscc2_decoder = { .name = "tscc2", .long_name = NULL_IF_CONFIG_SMALL("TechSmith Screen Codec 2"), .type = AVMEDIA_TYPE_VIDEO,