X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwtvdec.c;h=ab7e6b81882446179a6e19bf395089d9ea9f39f9;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=2f1b192ceaa329c1887199746c166da93cfabd0d;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/wtvdec.c b/libavformat/wtvdec.c index 2f1b192ceaa..ab7e6b81882 100644 --- a/libavformat/wtvdec.c +++ b/libavformat/wtvdec.c @@ -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),