summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-31 20:48:47 +0100
committerJohns <johns98@gmx.net>2012-01-31 20:48:47 +0100
commit33e9c71aea853f1f5bb1ccc55394ecbaa4a01b18 (patch)
tree5a44a45c4d8f334ec780a1235c2ef77d9a393304 /softhddev.c
parentbd84e3f3b90f2a938e09a08922aa260c5d4fb070 (diff)
downloadvdr-plugin-softhddevice-33e9c71aea853f1f5bb1ccc55394ecbaa4a01b18.tar.gz
vdr-plugin-softhddevice-33e9c71aea853f1f5bb1ccc55394ecbaa4a01b18.tar.bz2
Removed debug printf.
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/softhddev.c b/softhddev.c
index 6146fbe..5cc5f34 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -516,7 +516,6 @@ void FixPacketForFFMpeg(VideoDecoder * MyVideoDecoder, AVPacket * avpkt)
continue;
}
// packet has already an picture header
- printf("split\n");
tmp->size = p - tmp->data;
CodecVideoDecode(MyVideoDecoder, tmp);
tmp->data = p;