Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
4d7f85ec
Commit
4d7f85ec
authored
May 27, 2008
by
Jan Gerber
Browse files
remove debug output
parent
204071c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
SConstruct
View file @
4d7f85ec
...
...
@@ -9,7 +9,7 @@ pkg_version="0.21+svn"
pkg_name
=
"ffmpeg2theora"
#parse config variables
static
=
Fals
e
static
=
Tru
e
env
=
Environment
()
pkg_flags
=
"--cflags --libs"
...
...
src/ffmpeg2theora.c
View file @
4d7f85ec
...
...
@@ -1693,7 +1693,6 @@ int main (int argc, char **argv){
}
}
//detect image sequences and set framerate if provided
fprintf
(
stderr
,
"test, %d
\n
"
,
strcmp
(
input_fmt
->
name
,
"video4linux"
));
if
(
av_guess_image2_codec
(
inputfile_name
)
!=
CODEC_ID_NONE
||
\
(
input_fmt
!=
NULL
&&
strcmp
(
input_fmt
->
name
,
"video4linux"
)
>=
0
))
{
memset
(
formatParams
,
0
,
sizeof
(
*
formatParams
));
...
...
@@ -1712,8 +1711,6 @@ int main (int argc, char **argv){
if
(
convert
->
picture_height
)
formatParams
->
height
=
convert
->
picture_height
;
}
fprintf
(
stderr
,
"height: %d
\n
"
,
formatParams
->
height
);
fprintf
(
stderr
,
"width: %d
\n
"
,
formatParams
->
width
);
if
(
convert
->
force_input_fps
.
num
>
0
)
{
formatParams
->
time_base
.
den
=
convert
->
force_input_fps
.
num
;
formatParams
->
time_base
.
num
=
convert
->
force_input_fps
.
den
;
...
...
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