[mythtv-commits] mythtv commit: r13751 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Jun 19 19:52:45 UTC 2007


      Author: danielk
        Date: 2007-06-19 19:52:44 +0000 (Tue, 19 Jun 2007)
New Revision: 13751
   Changeset: http://cvs.mythtv.org/trac/changeset/13751

Modified:

   trunk/mythtv/libs/libmythtv/dvbrecorder.cpp

Log:

Fixes #3153. Refs #2703. Only listen for DVB TDT when the table standard is 'dvb' in DVBRecorder.

In [12439] I added code to unconditionally listen for the TDT table to the DVBRecorder, but this is incorrect. While it is recommended that ATSC streams avoid PID's that have special meaning in the DVB world this is not required and some broadcasters use it. In the case of #3153, ABC was using the DVB TDT pid for the audio stream.

I had already made this change in the multirec branch, but there it was to avoid this as theoretical problem. Since it's an actual problem for a MythTV user I've ported this over to head and James tested the fix.




More information about the mythtv-commits mailing list