# HG changeset patch # User bertrand # Date 1008538903 0 # Node ID 975672407ef62fe52231f74a4210e8f38aa9d1e8 # Parent 3483390a902b420a283216b70a3e634b59b546e1 Removed functions prototypes for streaming that don't need to be here. diff -r 3483390a902b -r 975672407ef6 libmpdemux/asf.h --- 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