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
1a11c0aa
Commit
1a11c0aa
authored
May 13, 2009
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
align and update doxygen
Originally committed as revision 18812 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
41e64999
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
isom.h
libavformat/isom.h
+12
-12
No files found.
libavformat/isom.h
View file @
1a11c0aa
...
...
@@ -86,7 +86,7 @@ typedef struct {
typedef
struct
MOVStreamContext
{
ByteIOContext
*
pb
;
int
ffindex
;
/* the ffmpeg stream id */
int
ffindex
;
///< AVStream index
int
next_chunk
;
unsigned
int
chunk_count
;
int64_t
*
chunk_offsets
;
...
...
@@ -124,12 +124,12 @@ typedef struct MOVStreamContext {
typedef
struct
MOVContext
{
AVFormatContext
*
fc
;
int
time_scale
;
int64_t
duration
;
/* duration of the longest track */
int
found_moov
;
/* when both 'moov' and 'mdat' sections has been found */
int
found_mdat
;
/* we suppose we have enough data to read the file */
int64_t
duration
;
///< duration of the longest track
int
found_moov
;
///< 'moov' atom has been found
int
found_mdat
;
///< 'mdat' atom has been found
DVDemuxContext
*
dv_demux
;
AVFormatContext
*
dv_fctx
;
int
isom
;
/* 1 if file is ISO Media (mp4/3gp) */
int
isom
;
///< 1 if file is ISO Media (mp4/3gp)
MOVFragment
fragment
;
///< current fragment in moof atom
MOVTrackExt
*
trex_data
;
unsigned
trex_count
;
...
...
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