]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vivo.c
Merge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'
[ffmpeg] / libavformat / vivo.c
index 9b9189f307ea5262eab401f2831c1483e9d576bd..9a07c43849f1288bca560df753a113e8f2f155fc 100644 (file)
@@ -40,7 +40,7 @@ typedef struct VivoContext {
     uint8_t  text[1024 + 1];
 } VivoContext;
 
-static int vivo_probe(AVProbeData *p)
+static int vivo_probe(const AVProbeData *p)
 {
     const unsigned char *buf = p->buf;
     unsigned c, length = 0;