summaryrefslogtreecommitdiffstats
path: root/Demo/sgi
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-09-24 16:55:31 (GMT)
committerGuido van Rossum <guido@python.org>1992-09-24 16:55:31 (GMT)
commitf8848acca3b231f9d1df3bdd40b5f57c71fb70a5 (patch)
treef8b17b3ba1e977bc596bc36900322ac84713d197 /Demo/sgi
parentd65f45da26e8216c8b149dc237f34214b1eec9f3 (diff)
downloadcpython-f8848acca3b231f9d1df3bdd40b5f57c71fb70a5.zip
cpython-f8848acca3b231f9d1df3bdd40b5f57c71fb70a5.tar.gz
cpython-f8848acca3b231f9d1df3bdd40b5f57c71fb70a5.tar.bz2
Added resizevideo() interface to LiveVideoIn and rationalized size
adjustments (somewhat). Adapted Vsend to use it.
Diffstat (limited to 'Demo/sgi')
-rwxr-xr-xDemo/sgi/video/LiveVideoIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/LiveVideoIn.py b/Demo/sgi/video/LiveVideoIn.py
index 66cd649..3fd8093 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).