summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-10-30 12:10:25 +0100
committerJohns <johns98@gmx.net>2012-10-30 12:10:25 +0100
commitd36e4c22b6ddef50ab810b0a92a9d58e639bff57 (patch)
tree9d4a94eaf8ff15ca67d53917ebffc688718ec6bd
parent7e4657e615a1d28f08e44ee3ac31dd429015157f (diff)
downloadvdr-plugin-softhddevice-d36e4c22b6ddef50ab810b0a92a9d58e639bff57.tar.gz
vdr-plugin-softhddevice-d36e4c22b6ddef50ab810b0a92a9d58e639bff57.tar.bz2
Removes debug output slipped into GIT.
-rw-r--r--video.c1
1 files changed, 0 insertions, 1 deletions
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;
}