Mercurial > mplayer.hg
changeset 30654:a98060c8bdd5
Remove commented-out declaration of non-existing function streaming_start.
author | diego |
---|---|
date | Mon, 22 Feb 2010 10:14:00 +0000 |
parents | 3d23e24c5c60 |
children | 73d7c7884b0c |
files | stream/network.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/network.h Mon Feb 22 09:51:44 2010 +0000 +++ b/stream/network.h Mon Feb 22 10:14:00 2010 +0000 @@ -71,7 +71,6 @@ 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);