Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
307b89d8
Commit
307b89d8
authored
May 22, 2009
by
Dave Partyka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: add tests for constants that vtkWin32VideoSource uses.
parent
044b2613
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CMake/vtkTestvfw32Capture.cxx
CMake/vtkTestvfw32Capture.cxx
+6
-0
No files found.
CMake/vtkTestvfw32Capture.cxx
View file @
307b89d8
...
...
@@ -29,6 +29,12 @@ int main()
// capDriverGetCaps
// capCaptureGetSetup
// capCaptureSetSetup
// test if constants used in vtkWin32VideoSource exist.
int
controlcallback_preroll
=
CONTROLCALLBACK_PREROLL
;
int
controlcallback_capturing
=
CONTROLCALLBACK_CAPTURING
;
int
ids_begin
=
IDS_CAP_BEGIN
;
int
ids_cap_end
=
IDS_CAP_END
;
int
avstreammaster
=
AVSTREAMMASTER_NONE
;
capSetUserData
(
internal
.
CapWnd
,
&
internal
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment