X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhca.c;h=86be5b134576513de6ce9b315d28d9a28943dacf;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=8f55e07204d7c1ef3423207217ed0a3e7ba1b35c;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/hca.c b/libavformat/hca.c index 8f55e07204d..86be5b13457 100644 --- a/libavformat/hca.c +++ b/libavformat/hca.c @@ -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,