]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hevcdec.c
hwcontext_vulkan: dynamically load functions
[ffmpeg] / libavformat / hevcdec.c
index aaab0ffa2f604222c4ea60ecf4df445fe0c32044..255f03bc48640603a283a261cbfa55b2dd49b7cb 100644 (file)
@@ -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;