]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hnm.c
hwcontext_opencl: include header file in HEADERS
[ffmpeg] / libavformat / hnm.c
index 24d4e808a543991c69b2a87df5aa885db531ae83..40ef5c06ee1782cdc405dde67823df7c45927741 100644 (file)
@@ -52,7 +52,7 @@ typedef struct Hnm4DemuxContext {
     AVPacket vpkt;
 } Hnm4DemuxContext;
 
-static int hnm_probe(AVProbeData *p)
+static int hnm_probe(const AVProbeData *p)
 {
     if (p->buf_size < 4)
         return 0;