]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sccdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / sccdec.c
index 178652094478f8d62d6fcd369912296ad84f8b49..5ad21a1f8bb3560df773ec87c3c089b6c61738e1 100644 (file)
@@ -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),