You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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