]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hdsenc.c
Merge commit '5c018ee18895f88e9e1d2174059dcdd48bf872d2'
[ffmpeg] / libavformat / hdsenc.c
index 48810a9a34e9cd3a596ba11c48a9d5ad559a4ede..575cc2031e3ba8f68c0e16fab57f4985f8bef24c 100644 (file)
@@ -162,7 +162,7 @@ static int write_manifest(AVFormatContext *s, int final)
     AVIOContext *out;
     char filename[1024], temp_filename[1024];
     int ret, i;
-    float duration = 0;
+    double duration = 0;
 
     if (c->nb_streams > 0)
         duration = c->streams[0].last_ts * av_q2d(s->streams[0]->time_base);