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
1975c52c
Commit
1975c52c
authored
Feb 08, 2009
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless field
Originally committed as revision 17052 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9e8d61d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
mov.c
libavformat/mov.c
+1
-2
No files found.
libavformat/mov.c
View file @
1975c52c
...
...
@@ -113,7 +113,6 @@ typedef struct MOVStreamContext {
MOVStts
*
stts_data
;
unsigned
int
ctts_count
;
MOVStts
*
ctts_data
;
unsigned
int
edit_count
;
/* number of 'edit' (elst atom) */
unsigned
int
sample_to_chunk_sz
;
MOVStsc
*
sample_to_chunk
;
int
sample_to_ctime_index
;
...
...
@@ -1762,7 +1761,7 @@ static int mov_read_elst(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
get_byte
(
pb
);
/* version */
get_be24
(
pb
);
/* flags */
edit_count
=
sc
->
edit_count
=
get_be32
(
pb
);
/* entries */
edit_count
=
get_be32
(
pb
);
/* entries */
for
(
i
=
0
;
i
<
edit_count
;
i
++
){
int
time
;
...
...
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