[mythtv-commits] mythtv commit: r11521 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Oct 14 15:12:42 UTC 2006


      Author: danielk
        Date: 2006-10-14 15:12:42 +0000 (Sat, 14 Oct 2006)
New Revision: 11521
   Changeset: http://cvs.mythtv.org/trac/changeset/11521

Modified:

   trunk/mythtv/libs/libmythtv/hdhrchannel.cpp
   trunk/mythtv/libs/libmythtv/hdhrrecorder.cpp
   trunk/mythtv/libs/libmythtv/hdhrrecorder.h

Log:

Fixes #2541. Allows tuning raw MPEG channels in HDHRRecorder.

The HDHomeRun recorder classes were originally based off the HDTVRecorder (at least partially). The HDHRRecorder only tunes ATSC streams. Since most cable operators have many channels which do not contain ATSC info this means that QAM tuning is only likely to work with HDTV channels, assuming the cable operator is obeying the law (a big assumption in some markets). This copies over some of the pertinent bits of code from the DVBRecorder to the HDHRRecorder, and makes hdhrchannel look at the MPEG Program Number if the ATSC channel info is missing.

The change is based on the patch submitted by jwestfall.






More information about the mythtv-commits mailing list