From e70d05ec5a684748a11fa9ececbb3ce1b512da8c Mon Sep 17 00:00:00 2001 From: bertrand Date: Tue, 20 Nov 2001 22:17:16 +0000 Subject: Changed the some functions prototypes for the network streaming. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3042 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/asf.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libmpdemux') diff --git a/libmpdemux/asf.h b/libmpdemux/asf.h index eabd9b54c8..c90c37a2c9 100644 --- a/libmpdemux/asf.h +++ b/libmpdemux/asf.h @@ -5,6 +5,7 @@ #include #include "bswap.h" #ifdef STREAMING +#include "stream.h" #include "network.h" #endif @@ -191,9 +192,9 @@ typedef enum { #ifdef STREAMING -int asf_http_streaming_type(char *content_type, char *features); -int asf_http_streaming_start( streaming_ctrl_t *streaming_ctrl ); -int asf_http_streaming_read( streaming_ctrl_t *streaming_ctrl ); +//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(char *data, int length, int *drop_packet ); #endif -- cgit v1.2.3