[Mplayer-cvslog] CVS: main/libmpdemux asf.h,1.8,1.9
Bertrand Baudet
bertrand at mplayer.dev.hu
Tue Nov 20 23:17:19 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux url.h,1.3,1.4 url.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux asf_streaming.c,1.8,1.9 network.c,1.9,1.10 network.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux url.h,1.3,1.4 url.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux asf_streaming.c,1.8,1.9 network.c,1.9,1.10 network.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list