]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/smjpegdec.c
lavf/hls: add http_seekable option for HTTP partial requests
[ffmpeg] / libavformat / smjpegdec.c
index c184c0d9fdc04e5cbc0dfb3df6b313125908c17d..5bc04921fe0d25b129aa9996447efdf487ebf705 100644 (file)
@@ -36,7 +36,7 @@ typedef struct SMJPEGContext {
     int video_stream_index;
 } SMJPEGContext;
 
-static int smjpeg_probe(AVProbeData *p)
+static int smjpeg_probe(const AVProbeData *p)
 {
     if (!memcmp(p->buf, SMJPEG_MAGIC, 8))
         return AVPROBE_SCORE_MAX;