From d36e4c22b6ddef50ab810b0a92a9d58e639bff57 Mon Sep 17 00:00:00 2001 From: Johns Date: Tue, 30 Oct 2012 12:10:25 +0100 Subject: [PATCH] Removes debug output slipped into GIT. --- video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/video.c b/video.c index 6726801..768968a 100644 --- a/video.c +++ b/video.c @@ -7808,7 +7808,6 @@ static void VdpauDisplayFrame(void) || decoder->Closing < -300) { VdpauBlackSurface(decoder); VdpauMessage(3, "video/vdpau: black surface displayed\n"); - fprintf(stderr, "video/vdpau: black surface displayed\n"); } continue; }