1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

(Attempt to) fix wrong channels.conf modulation field when scanning DVB-T.

This commit is contained in:
Juergen Lock 2011-07-14 17:58:19 +00:00
parent 4dea03b7b4
commit 46830b9a97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277721
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= vdr-plugin-reelchannelscan
PORTVERSION= 0.6.1b1.7.15
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= LOCAL/nox \
http://ppa.launchpad.net/yavdr/stable-vdr/ubuntu/pool/main/v/vdr-plugin-reelchannelscan/

View File

@ -0,0 +1,11 @@
--- a/transponders.c
+++ b/transponders.c
@@ -285,7 +285,7 @@ cTerrTransponder::cTerrTransponder(int C
fec_h_ = FEC_AUTO;
fec_l_ = FEC_AUTO;
hierarchy_ = HIERARCHY_NONE;
- modulation_ = FE_OFDM;
+ modulation_ = QAM_AUTO;
guard_ = GUARD_INTERVAL_AUTO;
transmission_ = TRANSMISSION_MODE_AUTO;
}