X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhnm.c;h=40ef5c06ee1782cdc405dde67823df7c45927741;hb=d49d7d238f15021350c54e9c681e250464057cc3;hp=24d4e808a543991c69b2a87df5aa885db531ae83;hpb=29929fc8e2449d2db8bd144b2badc8d1e6347412;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;