mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Merge commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee'
* commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee': dashenc: increase buffer time hint in the manifest Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
@@ -491,7 +491,7 @@ static int write_manifest(AVFormatContext *s, int final)
|
||||
}
|
||||
}
|
||||
avio_printf(out, "\tminBufferTime=\"");
|
||||
write_time(out, c->last_duration);
|
||||
write_time(out, c->last_duration * 2);
|
||||
avio_printf(out, "\">\n");
|
||||
avio_printf(out, "\t<ProgramInformation>\n");
|
||||
if (title) {
|
||||
|
||||
Reference in New Issue
Block a user