]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nuv.c
lavf/hls: add http_seekable option for HTTP partial requests
[ffmpeg] / libavformat / nuv.c
index 9bdea4ab5542ecde24dbc72254995ab867ac9c0d..a1edbf88dfd68a87450fffdd7ac96b9fe7b519c9 100644 (file)
@@ -47,7 +47,7 @@ typedef enum {
     NUV_MYTHEXT   = 'X'
 } nuv_frametype;
 
-static int nuv_probe(AVProbeData *p)
+static int nuv_probe(const AVProbeData *p)
 {
     if (!memcmp(p->buf, "NuppelVideo", 12))
         return AVPROBE_SCORE_MAX;