]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpsubdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / mpsubdec.c
index c113be5eba9ed87d2ee6821864c06ecbeaaa2a8a..ee53be17d652b24904a313b90b4a1cf2232df17d 100644 (file)
@@ -193,7 +193,7 @@ static int mpsub_read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_mpsub_demuxer = {
+const AVInputFormat ff_mpsub_demuxer = {
     .name           = "mpsub",
     .long_name      = NULL_IF_CONFIG_SMALL("MPlayer subtitles"),
     .priv_data_size = sizeof(MPSubContext),