summaryrefslogtreecommitdiff
path: root/libavformat/frmdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/frmdec.c')
-rw-r--r--libavformat/frmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/frmdec.c b/libavformat/frmdec.c
index 2f6b726427..9a962f37fa 100644
--- a/libavformat/frmdec.c
+++ b/libavformat/frmdec.c
@@ -42,7 +42,7 @@ typedef struct {
int count;
} FrmContext;
-static int frm_read_probe(AVProbeData *p)
+static int frm_read_probe(const AVProbeData *p)
{
if (p->buf_size > 8 &&
p->buf[0] == 'F' && p->buf[1] == 'R' && p->buf[2] == 'M' &&