diff options
Diffstat (limited to 'Demo/sgi/video/Vreceive.py')
| -rwxr-xr-x | Demo/sgi/video/Vreceive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/Vreceive.py b/Demo/sgi/video/Vreceive.py index 22cd95bb66..f72c6a5920 100755 --- a/Demo/sgi/video/Vreceive.py +++ b/Demo/sgi/video/Vreceive.py @@ -68,7 +68,7 @@ def main(): gl.qdevice(DEVICE.WINSHUT) gl.qdevice(DEVICE.WINQUIT) - lvo = LiveVideoOut.LiveVideoOut().init(wid, width, height, vtype) + lvo = LiveVideoOut.LiveVideoOut(wid, width, height, vtype) ifdlist = [gl.qgetfd(), s.fileno()] ofdlist = [] |
