[FFmpeg-cvslog] Merge commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee'

Clément Bœsch git at videolan.org
Sat May 20 17:40:43 EEST 2017


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat May 20 16:39:10 2017 +0200| [ba3adea9575cb95a898c738b1f231d989db659e9] | committer: Clément Bœsch

Merge commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee'

* commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee':
  dashenc: increase buffer time hint in the manifest

Merged-by: Clément Bœsch <u at pkh.me>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba3adea9575cb95a898c738b1f231d989db659e9
---

 libavformat/dashenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index a14a6239d8..40430f8b6b 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -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) {


======================================================================




More information about the ffmpeg-cvslog mailing list