]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
x86/takdsp: use arithmetic shift instructions
[ffmpeg] / ffmpeg.c
index e31a2c6092054e22bf08654b732e35231c55a521..85cc6e4807128f0ca014e51dd07459dd9c6bd32e 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1529,7 +1529,7 @@ static void print_report(int is_last_report, int64_t timer_start, int64_t cur_ti
     AVCodecContext *enc;
     int frame_number, vid, i;
     double bitrate;
-    int64_t pts = INT64_MIN;
+    int64_t pts = INT64_MIN + 1;
     static int64_t last_time = -1;
     static int qp_histogram[52];
     int hours, mins, secs, us;