Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
9f52f7df
Commit
9f52f7df
authored
Mar 30, 2017
by
Thomas Guillem
Browse files
videotoolbox: remove stray debug log
parent
842b0fc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/videotoolbox.m
View file @
9f52f7df
...
...
@@ -1502,7 +1502,6 @@ static void DecoderCallback(void *decompressionOutputRefCon,
if
(
infoFlags
&
kVTDecodeInfo_FrameDropped
)
{
printf
(
"OUT %ld
\n
"
,
pts
.
value
);
msg_Dbg
(
p_dec
,
"decoder dropped frame"
);
free
(
p_info
);
return
;
...
...
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