Author: duncan
Date: Thu Feb 8 17:04:25 2007
New Revision: 9178
Modified:
branches/rel-1-6/freevo/src/tv/freq.py
branches/rel-1-6/freevo/src/tv/v4l2.py
Log:
Two small fixes, one for Russian TV frequencies
Modified: branches/rel-1-6/freevo/src/tv/freq.py
==============================================================================
--- branches/rel-1-6/freevo/src/tv/freq.py (original)
+++ branches/rel-1-6/freevo/src/tv/freq.py Thu Feb 8 17:04:25 2007
@@ -1264,7 +1264,7 @@
("62", 799250),
("63", 807250),
("64", 815250),
- ("65", 523250),
+ ("65", 823250),
("66", 831250),
("67", 839250),
("68", 847250),
Modified: branches/rel-1-6/freevo/src/tv/v4l2.py
==============================================================================
--- branches/rel-1-6/freevo/src/tv/v4l2.py (original)
+++ branches/rel-1-6/freevo/src/tv/v4l2.py Thu Feb 8 17:04:25 2007
@@ -220,7 +220,7 @@
def setfreq(self, freq):
val = struct.pack( FREQUENCY_ST, long(0), long(2), freq)
r = fcntl.ioctl(self.device, i32(SETFREQ_NO), val)
- if DEBUG >= 3: print "setfreq_old: val=%r, r=%r" % (val, r)
+ if DEBUG >= 3: print "setfreq: val=%r, r=%r" % (val, r)
def getinput(self):
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog