CVS: main asf.h,1.3,1.4
Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv18464 Modified Files: asf.h Log Message: Modified functions prototype. Index: asf.h =================================================================== RCS file: /cvsroot/mplayer/main/asf.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** asf.h 2001/05/29 17:04:52 1.3 --- asf.h 2001/06/04 17:54:04 1.4 *************** *** 1,8 **** ! #ifndef ASF_H ! #define ASF_H #include <inttypes.h> ! #include "url.h" #ifndef MIN --- 1,8 ---- ! #ifndef __ASF_H ! #define __ASF_H #include <inttypes.h> ! #include "network.h" #ifndef MIN *************** *** 116,120 **** int asf_http_streaming_type(char *content_type, char *features); ! int asf_http_streaming_start( URL_t **url_ref ); #endif --- 116,123 ---- 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_streaming(char *data, int length, int *drop_packet ); #endif _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Bertrand Baudet