]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/stldec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / stldec.c
index fb67407ac56ae28e0a10100d8b562d0bcec06b2a..7b7c98577d2b7e8df6644d32724a9e5524699658 100644 (file)
@@ -130,7 +130,7 @@ static int stl_read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_stl_demuxer = {
+const AVInputFormat ff_stl_demuxer = {
     .name           = "stl",
     .long_name      = NULL_IF_CONFIG_SMALL("Spruce subtitle format"),
     .priv_data_size = sizeof(STLContext),