diff options
Diffstat (limited to 'Demo/sgi/video/rgb2video.py')
-rwxr-xr-x | Demo/sgi/video/rgb2video.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/rgb2video.py b/Demo/sgi/video/rgb2video.py index c6dd685..b6c34eb 100755 --- a/Demo/sgi/video/rgb2video.py +++ b/Demo/sgi/video/rgb2video.py @@ -48,7 +48,7 @@ def main(): format = oformat cfunc = imgconv.getconverter(oformat, format) - vout = VFile.VoutFile().init(outfile) + vout = VFile.VoutFile(outfile) vout.format = format vout.width = nxsize vout.height = ysize |