]> git.sesse.net Git - nageru/commitdiff
Remove some debugging code.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 11 Oct 2018 18:21:42 +0000 (20:21 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 11 Oct 2018 18:21:42 +0000 (20:21 +0200)
player.cpp

index 5c142ead63f1dfb98dbf8c35e47d3a8a00f3a185..5b55bf64c1824948fb39a749d800fc6c523d2cd8 100644 (file)
@@ -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);
                                }
                        }