mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
matroskadec,cosmetics: fix a couple typos
Signed-off-by: James Zern <jzern@google.com>
This commit is contained in:
parent
62c27fdba4
commit
20aeee4fc9
@ -362,7 +362,7 @@ typedef struct MatroskaDemuxContext {
|
|||||||
/* File has SSA subtitles which prevent incremental cluster parsing. */
|
/* File has SSA subtitles which prevent incremental cluster parsing. */
|
||||||
int contains_ssa;
|
int contains_ssa;
|
||||||
|
|
||||||
/* WebM DASH Manifest live flag/ */
|
/* WebM DASH Manifest live flag */
|
||||||
int is_live;
|
int is_live;
|
||||||
|
|
||||||
/* Bandwidth value for WebM DASH Manifest */
|
/* Bandwidth value for WebM DASH Manifest */
|
||||||
@ -3575,7 +3575,7 @@ typedef struct {
|
|||||||
int64_t end_offset;
|
int64_t end_offset;
|
||||||
} CueDesc;
|
} 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 <
|
* 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.
|
* end_time_ns. All 4 fields will be set to -1 if ts >= file's duration.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user