comparison libmpdemux/asf.h @ 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 28301d979dba
children f5a1a8e268d5
comparison
equal deleted inserted replaced
3534:3483390a902b 3535:975672407ef6
188 #define le2me_ASF_content_description_t(h) /**/ 188 #define le2me_ASF_content_description_t(h) /**/
189 #define le2me_BITMAPINFOHEADER(h) /**/ 189 #define le2me_BITMAPINFOHEADER(h) /**/
190 #define le2me_WAVEFORMATEX(h) /**/ 190 #define le2me_WAVEFORMATEX(h) /**/
191 #endif 191 #endif
192 192
193
194 #ifdef STREAMING
195 //int asf_http_streaming_type(char *content_type, char *features);
196 int asf_http_streaming_start( stream_t *stream );
197 int asf_http_streaming_read( int fd, char *buffer, int size, streaming_ctrl_t *streaming_ctrl );
198
199 int asf_streaming(ASF_stream_chunck_t *stream_chunck, int *drop_packet );
200 #endif 193 #endif
201
202 #endif