[Mplayer-cvslog] CVS: main/libmpdemux asf.h,1.10,1.11

Bertrand Baudet bertrand at mplayer.dev.hu
Sun Dec 16 22:41:45 CET 2001


Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv21092

Modified Files:
	asf.h 
Log Message:
Removed functions prototypes for streaming that don't need to be here.


Index: asf.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- asf.h	16 Dec 2001 07:54:35 -0000	1.10
+++ asf.h	16 Dec 2001 21:41:43 -0000	1.11
@@ -190,13 +190,4 @@
 #define le2me_WAVEFORMATEX(h)	    /**/
 #endif
 
-
-#ifdef	STREAMING
-//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(ASF_stream_chunck_t *stream_chunck, int *drop_packet );
-#endif
-
 #endif




More information about the MPlayer-cvslog mailing list