Commit ba3adea9 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '3c2717e4'

* commit '3c2717e4':
  dashenc: increase buffer time hint in the manifest
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 77a20cff 3c2717e4
...@@ -491,7 +491,7 @@ static int write_manifest(AVFormatContext *s, int final) ...@@ -491,7 +491,7 @@ static int write_manifest(AVFormatContext *s, int final)
} }
} }
avio_printf(out, "\tminBufferTime=\""); avio_printf(out, "\tminBufferTime=\"");
write_time(out, c->last_duration); write_time(out, c->last_duration * 2);
avio_printf(out, "\">\n"); avio_printf(out, "\">\n");
avio_printf(out, "\t<ProgramInformation>\n"); avio_printf(out, "\t<ProgramInformation>\n");
if (title) { if (title) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment