]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vivo.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / vivo.c
index fb58aa61785a8cad452af8f334c71c950cd7892e..b2904cd25a7797217155ad780c271196c71cef47 100644 (file)
@@ -309,7 +309,7 @@ restart:
     return ret;
 }
 
-AVInputFormat ff_vivo_demuxer = {
+const AVInputFormat ff_vivo_demuxer = {
     .name           = "vivo",
     .long_name      = NULL_IF_CONFIG_SMALL("Vivo"),
     .priv_data_size = sizeof(VivoContext),