changeset 3535:975672407ef6

Removed functions prototypes for streaming that don't need to be here.
author bertrand
date Sun, 16 Dec 2001 21:41:43 +0000
parents 3483390a902b
children 633a8d6e40dc
files libmpdemux/asf.h
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/asf.h	Sun Dec 16 21:39:10 2001 +0000
+++ b/libmpdemux/asf.h	Sun Dec 16 21:41:43 2001 +0000
@@ -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