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
20aeee4f
Commit
20aeee4f
authored
Apr 17, 2017
by
James Zern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
matroskadec,cosmetics: fix a couple typos
Signed-off-by:
James Zern
<
jzern@google.com
>
parent
62c27fdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
matroskadec.c
libavformat/matroskadec.c
+2
-2
No files found.
libavformat/matroskadec.c
View file @
20aeee4f
...
@@ -362,7 +362,7 @@ typedef struct MatroskaDemuxContext {
...
@@ -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 {
...
@@ -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 t
he
/* This function searches all the Cues and returns the CueDesc corresponding t
o
* 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.
*/
*/
...
...
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