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
69c262d1
Commit
69c262d1
authored
Jan 02, 2007
by
Michael Niedermayer
Browse files
indention
Originally committed as revision 7403 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1694118b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
libavformat/utils.c
libavformat/utils.c
+6
-6
No files found.
libavformat/utils.c
View file @
69c262d1
...
...
@@ -1897,12 +1897,12 @@ int av_find_stream_info(AVFormatContext *ic)
// av_log(NULL, AV_LOG_ERROR, "%f\n", dur);
if
(
duration_count
[
index
]
<
2
)
memset
(
duration_error
,
0
,
sizeof
(
duration_error
));
for
(
i
=
1
;
i
<
MAX_STD_TIMEBASES
;
i
++
){
int
framerate
=
get_std_framerate
(
i
);
int
ticks
=
lrintf
(
dur
*
framerate
/
(
1001
*
12
));
double
error
=
dur
-
ticks
*
1001
*
12
/
(
double
)
framerate
;
duration_error
[
index
][
i
]
+=
error
*
error
;
}
for
(
i
=
1
;
i
<
MAX_STD_TIMEBASES
;
i
++
){
int
framerate
=
get_std_framerate
(
i
);
int
ticks
=
lrintf
(
dur
*
framerate
/
(
1001
*
12
));
double
error
=
dur
-
ticks
*
1001
*
12
/
(
double
)
framerate
;
duration_error
[
index
][
i
]
+=
error
*
error
;
}
duration_count
[
index
]
++
;
if
(
st
->
codec_info_nb_frames
==
0
&&
0
)
...
...
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