diff options
Diffstat (limited to 'Demo/sgi/video/Vsend.py')
| -rwxr-xr-x | Demo/sgi/video/Vsend.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demo/sgi/video/Vsend.py b/Demo/sgi/video/Vsend.py index 94f2b529f6..cc1e1ca675 100755 --- a/Demo/sgi/video/Vsend.py +++ b/Demo/sgi/video/Vsend.py @@ -96,9 +96,9 @@ def main(): gl.qdevice(DEVICE.WINTHAW) width, height = gl.getsize() - lvo = LiveVideoOut.LiveVideoOut().init(wid, width, height, vtype) + lvo = LiveVideoOut.LiveVideoOut(wid, width, height, vtype) - lvi = LiveVideoIn.LiveVideoIn().init(pktmax, width, height, vtype) + lvi = LiveVideoIn.LiveVideoIn(pktmax, width, height, vtype) s = socket(AF_INET, SOCK_DGRAM) s.setsockopt(SOL_SOCKET, SO_BROADCAST, 1) |
