summaryrefslogtreecommitdiff
path: root/libavformat/h263dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/h263dec.c')
-rw-r--r--libavformat/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/h263dec.c b/libavformat/h263dec.c
index 145fb85902..0736158bfe 100644
--- a/libavformat/h263dec.c
+++ b/libavformat/h263dec.c
@@ -22,7 +22,7 @@
#include "avformat.h"
#include "rawdec.h"
-static int h263_probe(AVProbeData *p)
+static int h263_probe(const AVProbeData *p)
{
uint64_t code= -1;
int i;