From bb5d1ca86c5ff0ed7f73dacaad3e728ded336413 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 11 Oct 2018 20:21:42 +0200 Subject: [PATCH] Remove some debugging code. --- player.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/player.cpp b/player.cpp index 5c142ea..5b55bf6 100644 --- a/player.cpp +++ b/player.cpp @@ -116,7 +116,6 @@ got_clip: double duration_next_clip = (next_clip.pts_out - next_clip.pts_in) / TIMEBASE / speed; next_clip_fade_time = std::min(time_left_this_clip, duration_next_clip); - fprintf(stderr, "decided on %.3f seconds fade time [%f %f]\n", next_clip_fade_time, time_left_this_clip, duration_next_clip); } } -- 2.39.2