[mythtv] A couple of patches

Shane Hyde shane at trontech.net
Sun Apr 27 03:37:10 EDT 2003


Hi,

Not sure if this is the place to send patches to MythTV.  Let me know if 
it is not, and I will send to the right place.  Since I now have this 
working with Australian Optus Service, I am sure there will be more 
patches to come.

1. Add extra channels to Australia Optus Service.

--- libs/libmythtv/frequencies.c        19 Aug 2002 01:43:18 -0000      1.2
+++ libs/libmythtv/frequencies.c        26 Apr 2003 16:34:21 -0000
@@ -742,6 +742,13 @@ static struct CHANLIST pal_australia_opt
    { "46", 471250 },
    { "47", 478250 },
    { "48", 485250 },
+   { "49", 492250 },
+   { "50", 499250 },
+   { "51", 506250 },
+   { "52", 513250 },
+   { "53", 520250 },
+   { "54", 527250 },
+   { "55", 534250 },
 };


2. Currently CVS version of MythTV does not enable filters when 
recording or starting LiveTV feed.  This patch fixes this.

--- libs/libmythtv/tv_rec.cpp   25 Apr 2003 05:45:25 -0000      1.69
+++ libs/libmythtv/tv_rec.cpp   26 Apr 2003 16:34:21 -0000
@@ -443,6 +443,8 @@ void TVRec::HandleStateChange(void)
 
         // evil.
         channel->SetFd(nvr->GetVideoFd());
+        SetVideoFiltersForChannel(channel, channel->GetCurrentName());
+
         frameRate = nvr->GetFrameRate();
     }





More information about the mythtv-dev mailing list