summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-11-27 13:37:49 +0100
committerGravatar waker <wakeroid@gmail.com>2010-11-27 13:37:49 +0100
commit41fc9e24bf4dc3a9f4027c5d0c7d05c088db91b7 (patch)
treef09652a12eb12866a145d82e635debea75bc5568 /streamer.c
parent3d3b0cc17b7d30d8ff763b3913502d07b292ccba (diff)
fixed mono streams SRC
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/streamer.c b/streamer.c
index cb492360..0f86a64f 100644
--- a/streamer.c
+++ b/streamer.c
@@ -848,7 +848,6 @@ streamer_thread (void *ctx) {
#ifdef __linux__
prctl (PR_SET_NAME, "deadbeef-stream", 0, 0, 0, 0);
#endif
-// srcplug->reset (src, 0);
while (!streaming_terminate) {
struct timeval tm1;