[FFmpeg-cvslog] avformat/mov: Fix the the typo

Michael Niedermayer git at videolan.org
Mon Dec 18 20:58:23 EET 2017


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Dec 18 12:32:22 2017 +0100| [74f408cc8e9ab637e22e1fe9c892854eeb275542] | committer: Michael Niedermayer

avformat/mov: Fix the the typo

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74f408cc8e9ab637e22e1fe9c892854eeb275542
---

 libavformat/mov.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 57fcda0154..28d60289aa 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -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)) &&
                 ((flags & AVINDEX_KEYFRAME) || ((st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO)))) {
                 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
                     // that do belong to the edit.
                     if (st->codecpar->codec_type != AVMEDIA_TYPE_AUDIO && found_keyframe_after_edit == 0) {



More information about the ffmpeg-cvslog mailing list