]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gdv.c
lavf/hls: add http_seekable option for HTTP partial requests
[ffmpeg] / libavformat / gdv.c
index 3ead383892fa8690c01991b53f2f2703f0ceda72..b698497a6a85df096ccf7c15e359316e808b6673 100644 (file)
@@ -34,7 +34,7 @@ typedef struct GDVContext {
     unsigned pal[256];
 } GDVContext;
 
-static int gdv_read_probe(AVProbeData *p)
+static int gdv_read_probe(const AVProbeData *p)
 {
     if (AV_RL32(p->buf) == 0x29111994)
         return AVPROBE_SCORE_MAX;