summaryrefslogtreecommitdiff
path: root/libavformat/paf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/paf.c')
-rw-r--r--libavformat/paf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/paf.c b/libavformat/paf.c
index fa30cdd72a..b3c8e786bc 100644
--- a/libavformat/paf.c
+++ b/libavformat/paf.c
@@ -53,7 +53,7 @@ typedef struct PAFDemuxContext {
int got_audio;
} PAFDemuxContext;
-static int read_probe(AVProbeData *p)
+static int read_probe(const AVProbeData *p)
{
if ((p->buf_size >= strlen(MAGIC)) &&
!memcmp(p->buf, MAGIC, strlen(MAGIC)))