diff options
-rwxr-xr-x | Demo/sgi/video/Vrec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/Vrec.py b/Demo/sgi/video/Vrec.py index a78490f..164e89e 100755 --- a/Demo/sgi/video/Vrec.py +++ b/Demo/sgi/video/Vrec.py @@ -265,7 +265,7 @@ def record(v, info, filename, audiofilename, mono, grey, greybits, \ vout.setformat(format) vout.setsize(x, y) if fields: - vout.setpf(1, -2)) + vout.setpf((1, -2)) vout.writeheader() if preallocspace: print 'Preallocating space...' |