diff options
Diffstat (limited to 'libavformat/hevcdec.c')
-rw-r--r-- | libavformat/hevcdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/hevcdec.c b/libavformat/hevcdec.c index aaab0ffa2f..255f03bc48 100644 --- a/libavformat/hevcdec.c +++ b/libavformat/hevcdec.c @@ -24,7 +24,7 @@ #include "avformat.h" #include "rawdec.h" -static int hevc_probe(AVProbeData *p) +static int hevc_probe(const AVProbeData *p) { uint32_t code = -1; int vps = 0, sps = 0, pps = 0, irap = 0; |