comparison cfg-common.h @ 28210:6fc5386a8b6b

added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid)
author nicodvb
date Sun, 04 Jan 2009 13:12:51 +0000
parents 48c1ae64255b
children 3f597aacbb69
comparison
equal deleted inserted replaced
28209:6e8d3a955f64 28210:6fc5386a8b6b
51 extern char* sub_stream; 51 extern char* sub_stream;
52 extern int demuxer_type, audio_demuxer_type, sub_demuxer_type; 52 extern int demuxer_type, audio_demuxer_type, sub_demuxer_type;
53 extern int ts_prog; 53 extern int ts_prog;
54 extern int ts_keep_broken; 54 extern int ts_keep_broken;
55 extern off_t ts_probe; 55 extern off_t ts_probe;
56 extern int audio_substream_id;
56 extern off_t ps_probe; 57 extern off_t ps_probe;
57 58
58 #include "stream/tv.h" 59 #include "stream/tv.h"
59 #include "stream/stream_radio.h" 60 #include "stream/stream_radio.h"
60 61