Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
vtk-m
Commits
444593a9
Commit
444593a9
authored
Nov 01, 2018
by
Ken Martin
Browse files
fix some cppcheck warnings
uninitialized member variables
parent
65a3a817
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/FFMPEG/vtkFFMPEGVideoSource.cxx
View file @
444593a9
...
...
@@ -132,6 +132,9 @@ vtkFFMPEGVideoSource::vtkFFMPEGVideoSource()
this
->
AudioCallback
=
nullptr
;
this
->
AudioCallbackClientData
=
nullptr
;
this
->
DecodingThreads
=
4
;
this
->
FeedThreadId
=
-
1
;
this
->
DrainThreadId
=
-
1
;
this
->
DrainAudioThreadId
=
-
1
;
}
//----------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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