]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/bfi.c
lavfi/lavfutils: switch to the new decoding API
[ffmpeg] / libavformat / bfi.c
index 0dad658f959a29cb21315d9aaf51f057217ca49f..29e2cf8cf4193d9151768b727dabdd108106d367 100644 (file)
@@ -39,7 +39,7 @@ typedef struct BFIContext {
     int avflag;
 } BFIContext;
 
-static int bfi_probe(AVProbeData * p)
+static int bfi_probe(const AVProbeData * p)
 {
     /* Check file header */
     if (AV_RL32(p->buf) == MKTAG('B', 'F', '&', 'I'))