This commit is contained in:
cclecle
2023-11-18 01:26:18 +00:00
parent 0a0c5752ff
commit f0a1445b30

View File

@@ -2275,7 +2275,7 @@ static int dash_write_packet(AVFormatContext *s, AVPacket *pkt)
if (c->lhls) {
char *prefetch_url = use_rename ? NULL : os->filename;
write_hls_media_playlist(os, s, pkt->stream_index, 0, prefetch_url,-1);
write_hls_media_playlist(os, s, pkt->stream_index, 0, prefetch_url);
}
}