]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vivo.c
avformat: add demuxer for Simon & Schuster Interactive's VAG format
[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;