diff --git a/stream/network.h b/stream/network.h index c75d7f6fdb..aac88c1767 100644 --- a/stream/network.h +++ b/stream/network.h @@ -71,7 +71,6 @@ typedef struct streaming_control { void *data; } streaming_ctrl_t; -//int streaming_start( stream_t *stream, int *demuxer_type, URL_t *url ); streaming_ctrl_t *streaming_ctrl_new(void); int streaming_bufferize( streaming_ctrl_t *streaming_ctrl, char *buffer, int size);