]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/subviewerdec.c
avformat/hlsenc: allow a custom SDT and PAT period
[ffmpeg] / libavformat / subviewerdec.c
index 61eb80af8787b571aab1095586a111b47bdef3a1..06b827b70f113d60bec84f218b8840e2bd425255 100644 (file)
@@ -37,7 +37,7 @@ typedef struct {
     FFDemuxSubtitlesQueue q;
 } SubViewerContext;
 
-static int subviewer_probe(AVProbeData *p)
+static int subviewer_probe(const AVProbeData *p)
 {
     char c;
     const unsigned char *ptr = p->buf;