]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vplayerdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / vplayerdec.c
index ca23ec76ac55c76f1508f9dfc439c52118f73c6d..f6c2b35ea77d3e41fe280eaed081d3327b5650a0 100644 (file)
@@ -118,7 +118,7 @@ static int vplayer_read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_vplayer_demuxer = {
+const AVInputFormat ff_vplayer_demuxer = {
     .name           = "vplayer",
     .long_name      = NULL_IF_CONFIG_SMALL("VPlayer subtitles"),
     .priv_data_size = sizeof(VPlayerContext),