diff options
Diffstat (limited to 'libavformat/mpsubdec.c')
-rw-r--r-- | libavformat/mpsubdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpsubdec.c b/libavformat/mpsubdec.c index 1236efa712..4ff49ba3cf 100644 --- a/libavformat/mpsubdec.c +++ b/libavformat/mpsubdec.c @@ -31,7 +31,7 @@ typedef struct { FFDemuxSubtitlesQueue q; } MPSubContext; -static int mpsub_probe(AVProbeData *p) +static int mpsub_probe(const AVProbeData *p) { const char *ptr = p->buf; const char *ptr_end = p->buf + p->buf_size; |