comparison cfg-common.h @ 31403:6fccaae78d5b

Move ts_* extern variable declarations to demux_ts.h.
author diego
date Fri, 18 Jun 2010 17:20:42 +0000
parents c9e6eb55607e
children 44863071e668
comparison
equal deleted inserted replaced
31402:c9e6eb55607e 31403:6fccaae78d5b
45 extern const m_option_t demux_rawvideo_opts[]; 45 extern const m_option_t demux_rawvideo_opts[];
46 extern const m_option_t cdda_opts[]; 46 extern const m_option_t cdda_opts[];
47 47
48 extern char* sub_stream; 48 extern char* sub_stream;
49 extern int demuxer_type, audio_demuxer_type, sub_demuxer_type; 49 extern int demuxer_type, audio_demuxer_type, sub_demuxer_type;
50 extern int ts_prog;
51 extern int ts_keep_broken;
52 extern off_t ts_probe;
53 extern int audio_substream_id; 50 extern int audio_substream_id;
54 extern off_t ps_probe; 51 extern off_t ps_probe;
55 52
56 extern int sws_flags; 53 extern int sws_flags;
57 extern char* pp_help; 54 extern char* pp_help;