Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
4ab56667
Commit
4ab56667
authored
Jul 20, 2015
by
Rodger Combs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf/mov: add support for sidx fragment indexes
Fixes trac #3842
parent
cd847839
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
208 additions
and
39 deletions
+208
-39
isom.h
libavformat/isom.h
+2
-0
mov.c
libavformat/mov.c
+206
-39
No files found.
libavformat/isom.h
View file @
4ab56667
...
...
@@ -103,6 +103,7 @@ typedef struct MOVSbgp {
typedef
struct
MOVFragmentIndexItem
{
int64_t
moof_offset
;
int64_t
time
;
int
headers_read
;
}
MOVFragmentIndexItem
;
typedef
struct
MOVFragmentIndex
{
...
...
@@ -197,6 +198,7 @@ typedef struct MOVContext {
int
has_looked_for_mfra
;
MOVFragmentIndex
**
fragment_index_data
;
unsigned
fragment_index_count
;
int
fragment_index_complete
;
int
atom_depth
;
unsigned
int
aax_mode
;
///< 'aax' file has been detected
uint8_t
file_key
[
20
];
...
...
libavformat/mov.c
View file @
4ab56667
This diff is collapsed.
Click to expand it.
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