]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/jacosubdec.c
avformat/hls: avformat_find_stream_info when the audio list in the variant
[ffmpeg] / libavformat / jacosubdec.c
index f6be5df2d7d7a275d9ef75f3fce7edd811e78371..50144f7e214be82766e18cf1ecec7361bd1a2603 100644 (file)
@@ -48,7 +48,7 @@ static int timed_line(const char *ptr)
             (sscanf(ptr, "@%u @%u %c", &fs, &fe, &c) == 3 && fs < fe));
 }
 
-static int jacosub_probe(AVProbeData *p)
+static int jacosub_probe(const AVProbeData *p)
 {
     const char *ptr     = p->buf;
     const char *ptr_end = p->buf + p->buf_size;