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

Modified Files:
        v4l2.py 
Log Message:
Rollback...


Index: v4l2.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/v4l2.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** v4l2.py     24 Sep 2003 18:28:32 -0000      1.9
--- v4l2.py     25 Sep 2003 03:00:45 -0000      1.10
***************
*** 10,15 ****
  # -----------------------------------------------------------------------
  # $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
--- 10,15 ----
  # -----------------------------------------------------------------------
  # $Log$
! # Revision 1.10  2003/09/25 03:00:45  outlyer
! # Rollback...
  #
  # Revision 1.8  2003/09/18 00:50:12  rshortt
***************
*** 75,81 ****
  
  # Direction bits.
! _IOC_NONE = 0L
! _IOC_WRITE = 1L
! _IOC_READ = 2L
  
  def _IOC(dir,type,nr,size):
--- 75,81 ----
  
  # Direction bits.
! _IOC_NONE = 0
! _IOC_WRITE = 1
! _IOC_READ = 2
  
  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