]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hca.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / hca.c
index 8f55e07204d7c1ef3423207217ed0a3e7ba1b35c..86be5b134576513de6ce9b315d28d9a28943dacf 100644 (file)
@@ -113,7 +113,7 @@ static int hca_read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat ff_hca_demuxer = {
+const AVInputFormat ff_hca_demuxer = {
     .name           = "hca",
     .long_name      = NULL_IF_CONFIG_SMALL("CRI HCA"),
     .read_probe     = hca_probe,