summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vinfo.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-09-07 09:35:23 (GMT)
committerGuido van Rossum <guido@python.org>1992-09-07 09:35:23 (GMT)
commite1783324ab1a9d201c0ce7347861e528355dffd8 (patch)
tree82c4361d7e3a2644d3795328b3e5ebcd625a6937 /Demo/sgi/video/Vinfo.py
parent4045c2fa5b8d4c22b51abbb28bbe15abe4cadced (diff)
downloadcpython-e1783324ab1a9d201c0ce7347861e528355dffd8.zip
cpython-e1783324ab1a9d201c0ce7347861e528355dffd8.tar.gz
cpython-e1783324ab1a9d201c0ce7347861e528355dffd8.tar.bz2
Adapted the world to the new VFile.py. Fixed bugs in Vplay.py:
missing -n in help(), bogus frame skipping; and added patch for weird time jumps. Removed colorsys.py (now in std library). Fixed "sys.write" error in vcopy.py. Restructured README.
Diffstat (limited to 'Demo/sgi/video/Vinfo.py')
-rwxr-xr-xDemo/sgi/video/Vinfo.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/Demo/sgi/video/Vinfo.py b/Demo/sgi/video/Vinfo.py
index 341ddbf..cfda32a 100755
--- a/Demo/sgi/video/Vinfo.py
+++ b/Demo/sgi/video/Vinfo.py
@@ -65,13 +65,7 @@ def process(filename):
sys.stderr.write(filename + ': EOF in video file\n')
return 1
- print 'File: ', filename
- print 'Version: ', vin.version
- print 'Size: ', vin.width, 'x', vin.height
- print 'Pack: ', vin.packfactor, '; chrom:', vin.chrompack
- print 'Bits: ', vin.c0bits, vin.c1bits, vin.c2bits
- print 'Format: ', vin.format
- print 'Offset: ', vin.offset
+ vin.printinfo()
if quick:
vin.close()