X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fnsvdec.c;h=b79d0dcc62ecb3a09db0e733958d37bca1e78785;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=4fab52ed36fca1afe3756064453fdcd7aa046ddb;hpb=cea7c19cda0ea1630ae1de8c102ab14231b9db10;p=ffmpeg diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c index 4fab52ed36f..b79d0dcc62e 100644 --- a/libavformat/nsvdec.c +++ b/libavformat/nsvdec.c @@ -734,7 +734,7 @@ static int nsv_probe(const AVProbeData *p) return score; } -AVInputFormat ff_nsv_demuxer = { +const AVInputFormat ff_nsv_demuxer = { .name = "nsv", .long_name = NULL_IF_CONFIG_SMALL("Nullsoft Streaming Video"), .priv_data_size = sizeof(NSVContext),