]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avr.c
avfilter: Constify all AVFilters
[ffmpeg] / libavformat / avr.c
index 294160e024047467bafbac72d1c3baef0d063595..c4ce70142a61d787103f182822a0399d525ce11a 100644 (file)
@@ -24,7 +24,7 @@
 #include "internal.h"
 #include "pcm.h"
 
-static int avr_probe(AVProbeData *p)
+static int avr_probe(const AVProbeData *p)
 {
     if (AV_RL32(p->buf) != MKTAG('2', 'B', 'I', 'T'))
         return 0;