comparison libmpdemux/stream.h @ 2555:66837325b929

config.h cleanup, few things added to steram/demuxer headers
author arpi
date Tue, 30 Oct 2001 17:03:11 +0000
parents f6a10f4b6119
children 98769cea155c
comparison
equal deleted inserted replaced
2554:db9d31c4bf4c 2555:66837325b929
147 147
148 void stream_reset(stream_t *s); 148 void stream_reset(stream_t *s);
149 stream_t* new_stream(int fd,int type); 149 stream_t* new_stream(int fd,int type);
150 void free_stream(stream_t *s); 150 void free_stream(stream_t *s);
151 stream_t* new_memory_stream(unsigned char* data,int len); 151 stream_t* new_memory_stream(unsigned char* data,int len);
152 stream_t* open_stream(char* filename,int vcd_track,int* file_format);
153
154 //#ifdef USE_DVDREAD
155 extern int dvd_title;
156 extern int dvd_chapter;
157 extern int dvd_angle;
158 //#endif
152 159
153 #endif // __STREAM_H 160 #endif // __STREAM_H