]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hcom.c
hlsenc: Add option to set custom HTTP headers
[ffmpeg] / libavformat / hcom.c
index 35515cc5b277e93609c90b23ecf881f7388bcb88..0d1736b6201ab95b5d77dbf773ffd2752d3accb8 100644 (file)
@@ -25,7 +25,7 @@
 #include "internal.h"
 #include "pcm.h"
 
-static int hcom_probe(AVProbeData *p)
+static int hcom_probe(const AVProbeData *p)
 {
     if (p->buf_size < 132)
         return 0;