summaryrefslogtreecommitdiffstats
path: root/stream/stream_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_udp.c')
-rw-r--r--stream/stream_udp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stream/stream_udp.c b/stream/stream_udp.c
index 22b9cefc57..fc7da19aa0 100644
--- a/stream/stream_udp.c
+++ b/stream/stream_udp.c
@@ -51,9 +51,8 @@ udp_streaming_start (stream_t *stream)
streaming_ctrl->streaming_read = nop_streaming_read;
streaming_ctrl->streaming_seek = nop_streaming_seek;
- streaming_ctrl->prebuffer_size = 64 * 1024; /* 64 KBytes */
- streaming_ctrl->buffering = 0;
streaming_ctrl->status = streaming_playing_e;
+ stream->streaming = false;
return 0;
}