]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/iss.c
avcodec: postpone removal of deprecated codec caps
[ffmpeg] / libavformat / iss.c
index 95b35dc78a9cab78843f019a83c017f62bd0acc0..6d6aec2cec026dc942e9d0e47203266acfdd9e39 100644 (file)
@@ -58,7 +58,7 @@ static void get_token(AVIOContext *s, char *buf, int maxlen)
     buf[i] = 0; /* Ensure null terminated, but may be truncated */
 }
 
-static int iss_probe(AVProbeData *p)
+static int iss_probe(const AVProbeData *p)
 {
     if (strncmp(p->buf, ISS_SIG, ISS_SIG_LEN))
         return 0;