[mythtv-commits] mythtv commit: r7398 - in trunk/mythtv/libs/libmythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Oct 6 17:43:09 UTC 2005


      Author: danielk
        Date: 2005-10-06 17:43:08 +0000 (Thu, 06 Oct 2005)
New Revision: 7398
   Changeset: http://cvs.mythtv.org/trac/changeset/7398

Modified:

   trunk/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
   trunk/mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp
   trunk/mythtv/libs/libmythtv/mpeg/mpegstreamdata.h
   trunk/mythtv/libs/libmythtv/mpeg/mpegtables.cpp
   trunk/mythtv/libs/libmythtv/tv_rec.cpp

Log:

Closes #424 by applying patch.

I did not add the program number change, this would require
also using this program number in the PAT. And there is no
need for recordings to use the same program number.

I also added SetAudioStreamsRequired()/GetAudioStreamsRequired()
to support DVB radio. This defaults to zero, but for DVB radio
you would want it to be at least one.

And I also changed the "delete sd;" in TVRec for DVB with 
sd->deleteLater() for signal/slot safety.






More information about the mythtv-commits mailing list