]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/samidec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / samidec.c
index d84f56ce6fae99546a489e61518ae959d934fe25..8f97cb733190c4c63ab341db6305f9af93198d13 100644 (file)
@@ -142,7 +142,7 @@ static int sami_read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_sami_demuxer = {
+const AVInputFormat ff_sami_demuxer = {
     .name           = "sami",
     .long_name      = NULL_IF_CONFIG_SMALL("SAMI subtitle format"),
     .priv_data_size = sizeof(SAMIContext),