]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wc3movie.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / wc3movie.c
index cd69931a424b9c82e359278a2f0cc58dceea3980..dfb2462072a9baee81ecc526cede8f7b16e6b641 100644 (file)
@@ -309,7 +309,7 @@ static int wc3_read_packet(AVFormatContext *s,
     return ret;
 }
 
-AVInputFormat ff_wc3_demuxer = {
+const AVInputFormat ff_wc3_demuxer = {
     .name           = "wc3movie",
     .long_name      = NULL_IF_CONFIG_SMALL("Wing Commander III movie"),
     .priv_data_size = sizeof(Wc3DemuxContext),