[Python-checkins] CVS: python/dist/src/Demo/sgi/video Vcopy.py,1.7,1.8 Vtime.py,1.4,1.5

Jeremy Hylton python-dev@python.org
Wed, 28 Jun 2000 07:44:08 -0700


Update of /cvsroot/python/python/dist/src/Demo/sgi/video
In directory slayer.i.sourceforge.net:/tmp/cvs-serv506/Demo/sgi/video

Modified Files:
	Vcopy.py Vtime.py 
Log Message:
typos fixed by Rob Hooft


Index: Vcopy.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/sgi/video/Vcopy.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Vcopy.py	1996/11/27 19:50:07	1.7
--- Vcopy.py	2000/06/28 14:44:05	1.8
***************
*** 9,13 ****
  #   = resample at a fixed rate
  #   = divide the time codes by a speed factor (to make it go faster/slower)
! #   = drop frames that are less than n msec apart (to accomodate slow players)
  # - Convert to a different format
  # - Magnify (scale) the image
--- 9,13 ----
  #   = resample at a fixed rate
  #   = divide the time codes by a speed factor (to make it go faster/slower)
! #   = drop frames that are less than n msec apart (to accommodate slow players)
  # - Convert to a different format
  # - Magnify (scale) the image

Index: Vtime.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/sgi/video/Vtime.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Vtime.py	1996/11/27 19:50:28	1.4
--- Vtime.py	2000/06/28 14:44:05	1.5
***************
*** 8,12 ****
  # - resample at a fixed rate
  # - divide the time codes by a speed factor (to make it go faster/slower)
! # - drop frames that are less than n msec apart (to accomodate slow players)
  
  
--- 8,12 ----
  # - resample at a fixed rate
  # - divide the time codes by a speed factor (to make it go faster/slower)
! # - drop frames that are less than n msec apart (to accommodate slow players)