From d5772744df885e92272c44fe7e3c9d094bc52f2a Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 16 Dec 2001 21:41:43 +0000 Subject: Removed functions prototypes for streaming that don't need to be here. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3536 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/asf.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libmpdemux/asf.h b/libmpdemux/asf.h index 838c6a7a57..17d954026a 100644 --- a/libmpdemux/asf.h +++ b/libmpdemux/asf.h @@ -190,13 +190,4 @@ typedef enum { #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 -- cgit v1.2.3