CVS: main/libmpdemux asf.h,1.8,1.9
Update of /cvsroot/mplayer/main/libmpdemux In directory mplayer:/var/tmp.root/cvs-serv22454 Modified Files: asf.h Log Message: Changed the some functions prototypes for the network streaming. Index: asf.h =================================================================== RCS file: /cvsroot/mplayer/main/libmpdemux/asf.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- asf.h 30 Oct 2001 17:03:10 -0000 1.8 +++ asf.h 20 Nov 2001 22:17:16 -0000 1.9 @@ -5,6 +5,7 @@ #include <inttypes.h> #include "bswap.h" #ifdef STREAMING +#include "stream.h" #include "network.h" #endif @@ -191,9 +192,9 @@ #ifdef STREAMING -int asf_http_streaming_type(char *content_type, char *features); -int asf_http_streaming_start( streaming_ctrl_t *streaming_ctrl ); -int asf_http_streaming_read( streaming_ctrl_t *streaming_ctrl ); +//int asf_http_streaming_type(char *content_type, char *features); +int asf_http_streaming_start( stream_t *stream ); +int asf_http_streaming_read( int fd, char *buffer, int size, streaming_ctrl_t *streaming_ctrl ); int asf_streaming(char *data, int length, int *drop_packet ); #endif
participants (1)
-
Bertrand Baudet