From: James Zern Date: Mon, 17 Apr 2017 17:59:31 +0000 (-0700) Subject: matroskadec,cosmetics: fix a couple typos X-Git-Tag: android-x86-7.1-r1~736 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=20aeee4fc99f241872dba4f93da50bd1cdef836d;p=android-x86%2Fexternal-ffmpeg.git matroskadec,cosmetics: fix a couple typos Signed-off-by: James Zern --- diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index d42113be94..9adca8dcc0 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -362,7 +362,7 @@ typedef struct MatroskaDemuxContext { /* File has SSA subtitles which prevent incremental cluster parsing. */ int contains_ssa; - /* WebM DASH Manifest live flag/ */ + /* WebM DASH Manifest live flag */ int is_live; /* Bandwidth value for WebM DASH Manifest */ @@ -3575,7 +3575,7 @@ typedef struct { int64_t end_offset; } CueDesc; -/* This function searches all the Cues and returns the CueDesc corresponding the +/* This function searches all the Cues and returns the CueDesc corresponding to * the timestamp ts. Returned CueDesc will be such that start_time_ns <= ts < * end_time_ns. All 4 fields will be set to -1 if ts >= file's duration. */