Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OptimDBS
OptimDBS-dependencies
VTK
Commits
34672fe0
Commit
34672fe0
authored
6 years ago
by
Ken Martin
Browse files
Options
Downloads
Patches
Plain Diff
ffmpeg initializers were left in superclass values
which were incorreect for this subclass resulting in a crash.
parent
a2afa16c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
IO/FFMPEG/Testing/Data/Baseline/TestFFMPEGVideoSourceWithAudio.png.sha512
+1
-1
1 addition, 1 deletion
...g/Data/Baseline/TestFFMPEGVideoSourceWithAudio.png.sha512
IO/FFMPEG/vtkFFMPEGVideoSource.cxx
+6
-0
6 additions, 0 deletions
IO/FFMPEG/vtkFFMPEGVideoSource.cxx
with
7 additions
and
1 deletion
IO/FFMPEG/Testing/Data/Baseline/TestFFMPEGVideoSourceWithAudio.png.sha512
+
1
−
1
View file @
34672fe0
ce01471ff2d2dcf80a3f2b956663c547825320637054cfcb16a578b24d2b372c117bef986b290d9c6055293fe446aabc2eabff35010fdbc383317f847be6824b
2f5426417db872ddde8c60fe4581ade5ca3eed7fd15e2ae1454639a8c283bd600ffa201da13af8471450eb850296b3d06b471d558c08f3f1e52e9b3cbafa70d7
This diff is collapsed.
Click to expand it.
IO/FFMPEG/vtkFFMPEGVideoSource.cxx
+
6
−
0
View file @
34672fe0
...
...
@@ -126,6 +126,12 @@ vtkFFMPEGVideoSource::vtkFFMPEGVideoSource()
,
FeedThreadId
(
-
1
)
,
FileName
(
nullptr
)
{
// changed from superclass
this
->
OutputFormat
=
VTK_RGB
;
this
->
FrameBufferBitsPerPixel
=
24
;
this
->
NumberOfScalarComponents
=
3
;
this
->
FrameBufferRowAlignment
=
4
;
this
->
Internal
=
new
vtkFFMPEGVideoSourceInternal
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment