X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhnm.c;h=40ef5c06ee1782cdc405dde67823df7c45927741;hb=4e7e30bbe0fbe54d44cadc398d4071905d3063e8;hp=24d4e808a543991c69b2a87df5aa885db531ae83;hpb=493240a522fca34882601fbeeda4e17aa40a0303;p=ffmpeg diff --git a/libavformat/hnm.c b/libavformat/hnm.c index 24d4e808a54..40ef5c06ee1 100644 --- a/libavformat/hnm.c +++ b/libavformat/hnm.c @@ -52,7 +52,7 @@ typedef struct Hnm4DemuxContext { AVPacket vpkt; } Hnm4DemuxContext; -static int hnm_probe(AVProbeData *p) +static int hnm_probe(const AVProbeData *p) { if (p->buf_size < 4) return 0;