comparison libmpdemux/demuxer.h @ 31422:e1541d633713

Move rtsp_transport_ extern variable declarations to demuxer.h.
author diego
date Sun, 20 Jun 2010 15:30:02 +0000
parents ae21cadb26f9
children c0d4771c11c7
comparison
equal deleted inserted replaced
31421:ae21cadb26f9 31422:e1541d633713
181 extern int audio_stream_cache; 181 extern int audio_stream_cache;
182 extern int correct_pts; 182 extern int correct_pts;
183 extern int user_correct_pts; 183 extern int user_correct_pts;
184 extern char *sub_stream; 184 extern char *sub_stream;
185 185
186 extern int rtsp_transport_http;
187 extern int rtsp_transport_sctp;
188 extern int rtsp_transport_tcp;
189
186 /** 190 /**
187 * Demuxer description structure 191 * Demuxer description structure
188 */ 192 */
189 typedef struct demuxer_desc { 193 typedef struct demuxer_desc {
190 const char *info; ///< What is it (long name and/or description) 194 const char *info; ///< What is it (long name and/or description)