]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/epafdec.c
avdevice/avdevice: Constify av_*_device_next API
[ffmpeg] / libavformat / epafdec.c
index 0cd9627a4b220b8baa3369574b945183032e3190..16239ee4af55365eb1e6ee2dadd03a770cd7c9e4 100644 (file)
@@ -25,7 +25,7 @@
 #include "internal.h"
 #include "pcm.h"
 
-static int epaf_probe(AVProbeData *p)
+static int epaf_probe(const AVProbeData *p)
 {
     if (((AV_RL32(p->buf) == MKTAG('f','a','p',' ') &&
           AV_RL32(p->buf + 8) == 1) ||