X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fdhav.c;h=92bbfab7c5cb7cf0deb25b4bdb6c67571dce9005;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=526331ae4cc1931cc3d975c7eecfa4855c3211f8;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/dhav.c b/libavformat/dhav.c index 526331ae4cc..92bbfab7c5c 100644 --- a/libavformat/dhav.c +++ b/libavformat/dhav.c @@ -451,7 +451,7 @@ static int dhav_read_seek(AVFormatContext *s, int stream_index, return 0; } -AVInputFormat ff_dhav_demuxer = { +const AVInputFormat ff_dhav_demuxer = { .name = "dhav", .long_name = NULL_IF_CONFIG_SMALL("Video DAV"), .priv_data_size = sizeof(DHAVContext),