diff options
author | Johns <johns98@gmx.net> | 2012-01-31 20:48:47 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-31 20:48:47 +0100 |
commit | 33e9c71aea853f1f5bb1ccc55394ecbaa4a01b18 (patch) | |
tree | 5a44a45c4d8f334ec780a1235c2ef77d9a393304 | |
parent | bd84e3f3b90f2a938e09a08922aa260c5d4fb070 (diff) | |
download | vdr-plugin-softhddevice-33e9c71aea853f1f5bb1ccc55394ecbaa4a01b18.tar.gz vdr-plugin-softhddevice-33e9c71aea853f1f5bb1ccc55394ecbaa4a01b18.tar.bz2 |
Removed debug printf.
-rw-r--r-- | softhddev.c | 1 |
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; |