mirror of https://git.ffmpeg.org/ffmpeg.git
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:
commit
ba3adea957
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue