]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/fsb.c
lavf/hls: add http_seekable option for HTTP partial requests
[ffmpeg] / libavformat / fsb.c
index 4f59576e35367198830b5440e7f8ffcbb4bafa87..faad6b16fda176e988a2131d1aaa425e85491d09 100644 (file)
@@ -25,7 +25,7 @@
 #include "avio.h"
 #include "internal.h"
 
-static int fsb_probe(AVProbeData *p)
+static int fsb_probe(const AVProbeData *p)
 {
     if (memcmp(p->buf, "FSB", 3) || p->buf[3] - '0' < 1 || p->buf[3] - '0' > 5)
         return 0;