Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
fd269d62
Commit
fd269d62
authored
Jun 23, 2012
by
Anton Khirnov
Browse files
avconv: remove a forgotten debugging printf.
parent
df98bf22
Changes
1
Hide whitespace changes
Inline
Side-by-side
avconv.c
View file @
fd269d62
...
...
@@ -4441,7 +4441,6 @@ loop_end:
}
else
if
(
ret
<
0
)
exit_program
(
1
);
}
printf
(
"ret %d, stream_spec %s
\n
"
,
ret
,
stream_spec
);
}
else
{
switch
(
type
)
{
...
...
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