X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.c;h=85cc6e4807128f0ca014e51dd07459dd9c6bd32e;hb=dab5f65b25f1c9c3de4d1f42c135768b72f45351;hp=e31a2c6092054e22bf08654b732e35231c55a521;hpb=a600e7145f9e32365714e4e289446706661ea4c1;p=ffmpeg diff --git a/ffmpeg.c b/ffmpeg.c index e31a2c60920..85cc6e48071 100644 --- 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;