Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv21024/src/tv

Modified Files:
        v4l2.py 
Log Message:
Remove excessive chatter from osd, and fix bit shift in v4l2


Index: v4l2.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/v4l2.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** v4l2.py     18 Sep 2003 00:50:12 -0000      1.8
--- v4l2.py     24 Sep 2003 18:28:32 -0000      1.9
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.9  2003/09/24 18:28:32  outlyer
+ # Remove excessive chatter from osd, and fix bit shift in v4l2
+ #
  # Revision 1.8  2003/09/18 00:50:12  rshortt
  # FutureWarning isn't a class of python 2.2, is there another one we can use?  This 
one crashes.
***************
*** 72,78 ****
  
  # Direction bits.
! _IOC_NONE = 0
! _IOC_WRITE = 1
! _IOC_READ = 2
  
  def _IOC(dir,type,nr,size):
--- 75,81 ----
  
  # Direction bits.
! _IOC_NONE = 0L
! _IOC_WRITE = 1L
! _IOC_READ = 2L
  
  def _IOC(dir,type,nr,size):




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to