[mythtv-commits] [MythTV/mythtv] 22dba2: Read signal strength, bit error rate, etc with the...

kmdewaal noreply at github.com
Thu Mar 28 21:54:36 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 22dba2624fb4790ede8f7cb8d48ed06c58492abb
      https://github.com/MythTV/mythtv/commit/22dba2624fb4790ede8f7cb8d48ed06c58492abb
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-03-28 (Thu, 28 Mar 2019)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/dvbchannel.cpp

  Log Message:
  -----------
  Read signal strength, bit error rate, etc with the DVBv5 API.

Read signal strength, signal to noise ratio, bit error rate and
the uncorrected block count now first with the DVBv5 API calls;
if that fails then try with the DVBv3 API calls.
Removed conditional compilation based on the DVB API version.
Previously this was done first with the DVBv3 and then with
the DVBv5 calls if the DVBv5 code was compiled in.

Refs #12638




More information about the mythtv-commits mailing list