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
65212e3e
Commit
65212e3e
authored
May 27, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mxfdec: remove unused last_index_duration
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
80bf2b6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
mxfdec.c
libavformat/mxfdec.c
+0
-2
No files found.
libavformat/mxfdec.c
View file @
65212e3e
...
...
@@ -952,7 +952,6 @@ static int mxf_get_sorted_table_segments(MXFContext *mxf, int *nb_sorted_segment
int
i
,
j
,
nb_segments
=
0
;
MXFIndexTableSegment
**
unsorted_segments
;
int
last_body_sid
=
-
1
,
last_index_sid
=
-
1
,
last_index_start
=
-
1
;
uint64_t
last_index_duration
=
0
;
/* count number of segments, allocate arrays and copy unsorted segments */
for
(
i
=
0
;
i
<
mxf
->
metadata_sets_count
;
i
++
)
...
...
@@ -1003,7 +1002,6 @@ static int mxf_get_sorted_table_segments(MXFContext *mxf, int *nb_sorted_segment
last_body_sid
=
best_body_sid
;
last_index_sid
=
best_index_sid
;
last_index_start
=
best_index_start
;
last_index_duration
=
best_index_duration
;
}
av_free
(
unsorted_segments
);
...
...
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