commit | 7b47c79a4c2bb83f316e96cf16e3f74d768a428d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Sep 24 15:01:37 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Sep 24 15:01:37 1992 +0000 |
tree | bc1aa30ff7cb948eadbbe0fd398fa6493c1c4e16 | |
parent | 67b4895291cdb53e63b503426ca4e52b70904a45 [diff] [blame] |
Added options to Vsend and Vreceive; moved common defaults to senddefs. Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut.
diff --git a/Demo/sgi/video/LiveVideoOut.py b/Demo/sgi/video/LiveVideoOut.py index d9c1138..150e8a0 100755 --- a/Demo/sgi/video/LiveVideoOut.py +++ b/Demo/sgi/video/LiveVideoOut.py
@@ -53,4 +53,5 @@ gl.winset(oldwid) def close(self): - print 'Done video out' + ##print 'Done video out' + pass