Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
b4173343
Commit
b4173343
authored
Oct 11, 2019
by
Jean-Baptiste Mardelle
Browse files
Small cleanup
parent
6eb94b42
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/monitor/scopes/sharedframe.cpp
View file @
b4173343
...
...
@@ -201,7 +201,3 @@ const int16_t *SharedFrame::get_audio() const
return
(
int16_t
*
)
d
->
f
.
get_audio
(
format
,
frequency
,
channels
,
samples
);
}
Mlt
::
Frame
&
SharedFrame
::
get_frame
()
const
{
return
d
->
f
;
}
src/monitor/scopes/sharedframe.h
View file @
b4173343
...
...
@@ -52,7 +52,6 @@ public:
SharedFrame
(
const
SharedFrame
&
other
);
~
SharedFrame
();
SharedFrame
&
operator
=
(
const
SharedFrame
&
other
);
Mlt
::
Frame
&
get_frame
()
const
;
bool
is_valid
()
const
;
Mlt
::
Frame
clone
(
bool
audio
=
false
,
bool
image
=
false
,
bool
alpha
=
false
)
const
;
...
...
Write
Preview
Supports
Markdown
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