]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/bethsoftvid.c
avformat/http: escape unsafe URL path in HTTP request
[ffmpeg] / libavformat / bethsoftvid.c
index f516806d91c0494a7753b44219c5667e8d831068..4aefb04f14e674655009f7ea7448971eb6c78452 100644 (file)
@@ -55,7 +55,7 @@ typedef struct BVID_DemuxContext
 
 } BVID_DemuxContext;
 
-static int vid_probe(AVProbeData *p)
+static int vid_probe(const AVProbeData *p)
 {
     // little-endian VID tag, file starts with "VID\0"
     if (AV_RL32(p->buf) != MKTAG('V', 'I', 'D', 0))