]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ads.c
avdevice/decklink_dec: add support for 50/60 fps timecode
[ffmpeg] / libavformat / ads.c
index 73ea7c7d54b8c46d9a3b4d7f43c1dcd85be4e59e..f25141b3c647ef25595fe40216f98c6f4ae0d9e5 100644 (file)
@@ -23,7 +23,7 @@
 #include "avformat.h"
 #include "internal.h"
 
-static int ads_probe(AVProbeData *p)
+static int ads_probe(const AVProbeData *p)
 {
     if (memcmp(p->buf, "SShd", 4) ||
         memcmp(p->buf+32, "SSbd", 4))