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
3a3aa49a
Commit
3a3aa49a
authored
Feb 11, 2008
by
Baptiste Coudurier
Browse files
remove useless braces
Originally committed as revision 11911 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
311490cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
libavformat/mov.c
libavformat/mov.c
+1
-2
No files found.
libavformat/mov.c
View file @
3a3aa49a
...
...
@@ -1435,9 +1435,8 @@ static void mov_build_index(MOVContext *mov, AVStream *st)
}
else
{
chunk_duration
+=
sc
->
stts_data
[
stts_index
].
duration
*
chunk_samples
;
chunk_samples
-=
sc
->
stts_data
[
stts_index
].
count
;
if
(
stts_index
+
1
<
sc
->
stts_count
)
{
if
(
stts_index
+
1
<
sc
->
stts_count
)
stts_index
++
;
}
}
}
current_offset
+=
sc
->
bytes_per_frame
;
...
...
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