fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user