X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fnuv.c;h=aec87f45fee4553d76887fef2fd9727770c5478c;hb=4be1714b12b6c311a99a64888ea5f279c3ed9885;hp=df90df49385278e845b378e8b6084c1ad012961d;hpb=fc45d924d7ff6be80e90870540ba35efc290e428;p=ffmpeg diff --git a/libavformat/nuv.c b/libavformat/nuv.c index df90df49385..aec87f45fee 100644 --- a/libavformat/nuv.c +++ b/libavformat/nuv.c @@ -394,7 +394,7 @@ static int64_t nuv_read_dts(AVFormatContext *s, int stream_index, } -AVInputFormat ff_nuv_demuxer = { +const AVInputFormat ff_nuv_demuxer = { .name = "nuv", .long_name = NULL_IF_CONFIG_SMALL("NuppelVideo"), .priv_data_size = sizeof(NUVContext),