]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sccenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / sccenc.c
index f3cf3d599cc15a7da99a6776a8e4a0567d4d1572..a40d84cb4e8fad61aee142d0c369f117403f1ac0 100644 (file)
@@ -111,7 +111,7 @@ static int scc_write_packet(AVFormatContext *avf, AVPacket *pkt)
     return 0;
 }
 
-AVOutputFormat ff_scc_muxer = {
+const AVOutputFormat ff_scc_muxer = {
     .name           = "scc",
     .long_name      = NULL_IF_CONFIG_SMALL("Scenarist Closed Captions"),
     .extensions     = "scc",