]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dhav.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / dhav.c
index 526331ae4cc1931cc3d975c7eecfa4855c3211f8..92bbfab7c5cb7cf0deb25b4bdb6c67571dce9005 100644 (file)
@@ -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),