From 7fe5d8c78e32bd7f609d410c3b769060630553fb Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Wed, 31 Dec 2014 02:20:14 +0100 Subject: dvb: Extend understanding of VDR channel config: stream_id, inversion. Now also "stream ID" (for DVB-S2) and "inversion" are understood. The parameter-string can also provide information on FEC, rolloff etc. For DVB-S, "auto" which mpv uses by default should be fine, I can also confirm it works. For non-DVB-S cards, it might be useful to also parse this information in case of a vdr-channel list. As I have no such hardware and thus would have to do it blindly, I added a FIXME. Mostly complete vdr-channels.conf format documentation is at http://www.vdr-wiki.de/wiki/index.php/Channels.conf (german only). --- stream/dvb_tune.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/dvb_tune.h') diff --git a/stream/dvb_tune.h b/stream/dvb_tune.h index 87b85b11ff..2d2f4e6589 100644 --- a/stream/dvb_tune.h +++ b/stream/dvb_tune.h @@ -30,7 +30,7 @@ int dvb_set_ts_filt(dvb_priv_t *priv, int fd, uint16_t pid, dmx_pes_type_t pesty int dvb_demux_stop(int fd); int dvb_demux_start(int fd); int dvb_tune(dvb_priv_t *priv, int freq, char pol, int srate, int diseqc, - int tone, bool is_dvb_s2, fe_spectral_inversion_t specInv, + int tone, bool is_dvb_s2, int stream_id, fe_spectral_inversion_t specInv, fe_modulation_t modulation, fe_guard_interval_t guardInterval, fe_transmit_mode_t TransmissionMode, fe_bandwidth_t bandWidth, fe_code_rate_t HP_CodeRate, fe_code_rate_t LP_CodeRate, -- cgit v1.2.3