X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvqf.c;h=431ba1a0c9f2a58094955710f91e32f74b73a8a9;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=449f4061f7552ae64ab408b28156718e8025d4e7;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/vqf.c b/libavformat/vqf.c index 449f4061f75..431ba1a0c9f 100644 --- a/libavformat/vqf.c +++ b/libavformat/vqf.c @@ -287,7 +287,7 @@ static int vqf_read_seek(AVFormatContext *s, return 0; } -AVInputFormat ff_vqf_demuxer = { +const AVInputFormat ff_vqf_demuxer = { .name = "vqf", .long_name = NULL_IF_CONFIG_SMALL("Nippon Telegraph and Telephone Corporation (NTT) TwinVQ"), .priv_data_size = sizeof(VqfContext),