On Friday 04 March 2005 01:18, Jarod Wilson wrote:
> The attached patch against current cvs adds "Cable (QAM-64)" as a
> selectable type for the ATSC scan wizard and renames the previous "Cable"
> option to "Cable (QAM-256)".

Argh. That patch is quite obviously broken as all hell, so kindly ignore it. 
This take actually builds. Applies cleanly to both current cvs and 0.17.

-- 
Jarod Wilson
[EMAIL PROTECTED]
Index: libs/libmythtv/siscan.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/siscan.cpp,v
retrieving revision 1.8
diff -r1.8 siscan.cpp
293c293,299
<                    NamePrefix = "QAM Channel";
---
>                    NamePrefix = "QAM-256 Channel";
>                    break;
>         case 2:
>                    curList = chanlists[2].list;
>                    transportsCount = transportsToScan = chanlists[2].count; 
>                    Modulation = "qam_64";
>                    NamePrefix = "QAM-64 Channel";
Index: libs/libmythtv/scanwizard.h
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/scanwizard.h,v
retrieving revision 1.3
diff -r1.3 scanwizard.h
117c117
<     enum Type {Terrestrial,Cable} ;
---
>     enum Type {Terrestrial,Cable_QAM_256,Cable_QAM_64} ;
120,121c120,122
<         addSelection(tr("Terrestrial"),QString::number(Terrestrial),true);
<         addSelection(tr("Cable"),QString::number(Cable));
---
>         addSelection(tr("Terrestrial (8VSB)"),QString::number(Terrestrial),true);
>         addSelection(tr("Cable (QAM-256)"),QString::number(Cable_QAM_256));
>         addSelection(tr("Cable (QAM-64)"),QString::number(Cable_QAM_64));
124c125
<         setHelpText(QObject::tr("ATSC transport, cable or terrestrial"));
---
>         setHelpText(QObject::tr("ATSC transport, Terrestrial (8VSB), Cable (QAM-256) or Cable (QAM-64)."));

Attachment: pgpYITtIJkHtF.pgp
Description: PGP signature

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to