19 lines
689 B
Text
19 lines
689 B
Text
*** src/videograbber.cpp.orig Thu Apr 18 23:30:25 2002
|
|
--- src/videograbber.cpp Thu Apr 18 23:31:13 2002
|
|
*************** void GMVideoGrabber::VGOpen (void)
|
|
*** 463,469 ****
|
|
if (!grabber->Open (video_device, FALSE))
|
|
error_code = 0;
|
|
else
|
|
! if (!grabber->SetVideoDeviceParameters (video_channel, video_format))
|
|
error_code = 2;
|
|
else
|
|
if (!grabber->SetColourFormatConverter ("YUV420P"))
|
|
--- 463,469 ----
|
|
if (!grabber->Open (video_device, FALSE))
|
|
error_code = 0;
|
|
else
|
|
! if (!grabber->SetVideoChannelFormat (video_channel, video_format))
|
|
error_code = 2;
|
|
else
|
|
if (!grabber->SetColourFormatConverter ("YUV420P"))
|