]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/h261dec.c
doc/APIchanges: add hashes and version numbers for recent entries
[ffmpeg] / libavformat / h261dec.c
index a1d682128dd28bfc202b86d9902154a383b0e88d..b5161ff57de57f3dc12ee58bd4871bcbef1b074d 100644 (file)
@@ -23,7 +23,7 @@
 #include "avformat.h"
 #include "rawdec.h"
 
-static int h261_probe(AVProbeData *p)
+static int h261_probe(const AVProbeData *p)
 {
     int i;
     int valid_psc=0;