]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
Merge commit 'e122b12c88487ac8766ff4eb071856b0666f0134'
[ffmpeg] / ffmpeg.c
index ea03179c21e8acb6260b986aec4160b01694287c..444b96300929f43ee6ed60e5056b408ad29f1e17 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2617,7 +2617,7 @@ static int process_input_packet(InputStream *ist, const AVPacket *pkt, int no_eo
 
     // while we have more to decode or while the decoder did output something on EOF
     while (ist->decoding_needed) {
-        int duration = 0;
+        int64_t duration = 0;
         int got_output = 0;
         int decode_failed = 0;