]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wtvdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / wtvdec.c
index 2f1b192ceaa329c1887199746c166da93cfabd0d..ab7e6b81882446179a6e19bf395089d9ea9f39f9 100644 (file)
@@ -1124,7 +1124,7 @@ static int read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_wtv_demuxer = {
+const AVInputFormat ff_wtv_demuxer = {
     .name           = "wtv",
     .long_name      = NULL_IF_CONFIG_SMALL("Windows Television (WTV)"),
     .priv_data_size = sizeof(WtvContext),