mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 10:32:15 +00:00
Remove commented-out declaration of non-existing function streaming_start.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30696 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
36a14ac50c
commit
3784d4f992
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user