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
Xiph.Org
ffmpeg2theora
Commits
5d66b35e
Commit
5d66b35e
authored
Jan 28, 2010
by
Jan Gerber
Browse files
remove debug output, closes lp:512077
parent
48375693
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
5d66b35e
...
...
@@ -2126,7 +2126,6 @@ int main(int argc, char **argv) {
#ifdef WIN32
srand
(
time
(
NULL
));
sprintf
(
_tmp_2pass
,
"%s
\\
f2t_%06d.log"
,
getenv
(
"TEMP"
),
rand
());
fprintf
(
stderr
,
"%s
\n
"
,
_tmp_2pass
);
info
.
twopass_file
=
fopen
(
_tmp_2pass
,
"wb+"
);
#else
info
.
twopass_file
=
tmpfile
();
...
...
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