Author: duncan
Date: Mon Sep 25 08:16:38 2006
New Revision: 8235

Modified:
   branches/rel-1-5/freevo/src/tv/v4l2.py

Log:
Corrected getfmt structure

Modified: branches/rel-1-5/freevo/src/tv/v4l2.py
==============================================================================
--- branches/rel-1-5/freevo/src/tv/v4l2.py      (original)
+++ branches/rel-1-5/freevo/src/tv/v4l2.py      Mon Sep 25 08:16:38 2006
@@ -250,7 +250,7 @@
 
 
     def getfmt(self):  
-        val = struct.pack( FMT_ST, 0,0,0,0,0,0,0,0)
+        val = struct.pack( FMT_ST, 1L,0,0,0,0,0,0,0)
         r = fcntl.ioctl(self.device, i32(GET_FMT_NO),val)
         return struct.unpack( FMT_ST, r )
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to