Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Migliore
VTK
Commits
2dc3750b
Commit
2dc3750b
authored
Aug 18, 2010
by
Arnaud Gelas
Browse files
ENH: BitRate and BitRateTolerance are now printed in the PrintSelf method.
parent
1b489c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/vtkFFMPEGWriter.cxx
View file @
2dc3750b
...
...
@@ -542,4 +542,6 @@ void vtkFFMPEGWriter::PrintSelf(ostream& os, vtkIndent indent)
this
->
Superclass
::
PrintSelf
(
os
,
indent
);
os
<<
indent
<<
"Quality: "
<<
this
->
Quality
<<
endl
;
os
<<
indent
<<
"Rate: "
<<
this
->
Rate
<<
endl
;
os
<<
indent
<<
"BitRate: "
<<
this
->
BitRate
<<
endl
;
os
<<
indent
<<
"BitRateTolerance: "
<<
this
->
BitRateTolerance
<<
endl
;
}
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