diff options
author | Johns <johns98@gmx.net> | 2012-10-30 12:10:25 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-10-30 12:10:25 +0100 |
commit | d36e4c22b6ddef50ab810b0a92a9d58e639bff57 (patch) | |
tree | 9d4a94eaf8ff15ca67d53917ebffc688718ec6bd | |
parent | 7e4657e615a1d28f08e44ee3ac31dd429015157f (diff) | |
download | vdr-plugin-softhddevice-d36e4c22b6ddef50ab810b0a92a9d58e639bff57.tar.gz vdr-plugin-softhddevice-d36e4c22b6ddef50ab810b0a92a9d58e639bff57.tar.bz2 |
Removes debug output slipped into GIT.
-rw-r--r-- | video.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |