Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
74f408cc
Commit
74f408cc
authored
Dec 18, 2017
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/mov: Fix the the typo
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
5f2c4d04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mov.c
libavformat/mov.c
+1
-1
No files found.
libavformat/mov.c
View file @
74f408cc
...
@@ -3536,7 +3536,7 @@ static void mov_fix_index(MOVContext *mov, AVStream *st)
...
@@ -3536,7 +3536,7 @@ static void mov_fix_index(MOVContext *mov, AVStream *st)
if
((
curr_cts
+
frame_duration
>=
(
edit_list_duration
+
edit_list_media_time
))
&&
if
((
curr_cts
+
frame_duration
>=
(
edit_list_duration
+
edit_list_media_time
))
&&
((
flags
&
AVINDEX_KEYFRAME
)
||
((
st
->
codecpar
->
codec_type
==
AVMEDIA_TYPE_AUDIO
))))
{
((
flags
&
AVINDEX_KEYFRAME
)
||
((
st
->
codecpar
->
codec_type
==
AVMEDIA_TYPE_AUDIO
))))
{
if
(
ctts_data_old
)
{
if
(
ctts_data_old
)
{
// If we have CTTS and this is the
the
first keyframe after edit elist,
// If we have CTTS and this is the first keyframe after edit elist,
// wait for one more, because there might be trailing B-frames after this I-frame
// wait for one more, because there might be trailing B-frames after this I-frame
// that do belong to the edit.
// that do belong to the edit.
if
(
st
->
codecpar
->
codec_type
!=
AVMEDIA_TYPE_AUDIO
&&
found_keyframe_after_edit
==
0
)
{
if
(
st
->
codecpar
->
codec_type
!=
AVMEDIA_TYPE_AUDIO
&&
found_keyframe_after_edit
==
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