[MPlayer-cvslog] r30696 - trunk/stream/network.h

diego subversion at mplayerhq.hu
Mon Feb 22 11:14:00 CET 2010


Author: diego
Date: Mon Feb 22 11:14:00 2010
New Revision: 30696

Log:
Remove commented-out declaration of non-existing function streaming_start.

Modified:
   trunk/stream/network.h

Modified: trunk/stream/network.h
==============================================================================
--- trunk/stream/network.h	Mon Feb 22 10:51:44 2010	(r30695)
+++ trunk/stream/network.h	Mon Feb 22 11:14:00 2010	(r30696)
@@ -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);
 


More information about the MPlayer-cvslog mailing list