diff options
Diffstat (limited to 'libmpdemux/network.h')
-rw-r--r-- | libmpdemux/network.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libmpdemux/network.h b/libmpdemux/network.h index e1ead7f19c..e4d3c6e72e 100644 --- a/libmpdemux/network.h +++ b/libmpdemux/network.h @@ -38,13 +38,7 @@ typedef struct streaming_control { void *data; } streaming_ctrl_t; -streaming_ctrl_t *streaming_ctrl_new(); -void streaming_ctrl_free( streaming_ctrl_t *streaming_ctrl ); - -int autodetectProtocol( streaming_ctrl_t *streaming_ctrl, int *fd_out, int *file_format ); -URL_t* check4proxies( URL_t *url ); - -//int streaming_start( stream_t *stream, int demuxer_type ); +//int streaming_start( stream_t *stream, int demuxer_type, URL_t *url ); int streaming_bufferize( streaming_ctrl_t *streaming_ctrl, char *buffer, int size); |