From: Guido van Rossum Date: Thu, 24 Sep 1992 16:55:31 +0000 (+0000) Subject: Added resizevideo() interface to LiveVideoIn and rationalized size X-Git-Tag: v0.9.8~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8848acca3b231f9d1df3bdd40b5f57c71fb70a5;p=thirdparty%2FPython%2Fcpython.git Added resizevideo() interface to LiveVideoIn and rationalized size adjustments (somewhat). Adapted Vsend to use it. --- diff --git a/Demo/sgi/video/LiveVideoIn.py b/Demo/sgi/video/LiveVideoIn.py index 66cd649b8380..3fd809342b9b 100755 --- a/Demo/sgi/video/LiveVideoIn.py +++ b/Demo/sgi/video/LiveVideoIn.py @@ -29,7 +29,7 @@ class LiveVideoIn: # Initialize an instance. Arguments: # vw, vh: size of the video window data to be captured. - # For some reason, vw MUST be a multiples of 4. + # For some reason, vw MUST be a multiple of 4. # Note that the data has to be cropped unless vw and vh are # just right for the video board (vw:vh == 4:3 and vh even).