diff options
author | bertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-16 21:41:43 +0000 |
---|---|---|
committer | bertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-16 21:41:43 +0000 |
commit | d5772744df885e92272c44fe7e3c9d094bc52f2a (patch) | |
tree | 588a3608681454921f2aa771a695dbae94221bb7 | |
parent | b92c4402e18d763fa60e1cf0d7a18785942889b9 (diff) |
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
-rw-r--r-- | libmpdemux/asf.h | 9 |
1 files changed, 0 insertions, 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 |