X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhevcdec.c;h=255f03bc48640603a283a261cbfa55b2dd49b7cb;hb=2c477be08a64a78ab0a358ae00e2f2dc746f2b47;hp=aaab0ffa2f604222c4ea60ecf4df445fe0c32044;hpb=fb4a12cda4033f2f3d3d1039739f6e0e6f9afb82;p=ffmpeg diff --git a/libavformat/hevcdec.c b/libavformat/hevcdec.c index aaab0ffa2f6..255f03bc486 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;