X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsccdec.c;h=5ad21a1f8bb3560df773ec87c3c089b6c61738e1;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=178652094478f8d62d6fcd369912296ad84f8b49;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/sccdec.c b/libavformat/sccdec.c index 17865209447..5ad21a1f8bb 100644 --- a/libavformat/sccdec.c +++ b/libavformat/sccdec.c @@ -201,7 +201,7 @@ static int scc_read_close(AVFormatContext *s) return 0; } -AVInputFormat ff_scc_demuxer = { +const AVInputFormat ff_scc_demuxer = { .name = "scc", .long_name = NULL_IF_CONFIG_SMALL("Scenarist Closed Captions"), .priv_data_size = sizeof(SCCContext),