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
54cbbdd2
Commit
54cbbdd2
authored
Dec 20, 2011
by
Tomas Härdin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mxfdec: Remove unused variables
parent
6e9081f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mxfdec.c
libavformat/mxfdec.c
+2
-2
No files found.
libavformat/mxfdec.c
View file @
54cbbdd2
...
...
@@ -662,7 +662,7 @@ static int mxf_read_source_package(void *arg, AVIOContext *pb, int tag, int size
static
int
mxf_read_index_entry_array
(
AVIOContext
*
pb
,
MXFIndexTableSegment
*
segment
)
{
int
i
,
j
,
length
;
int
i
,
length
;
segment
->
nb_index_entries
=
avio_rb32
(
pb
);
length
=
avio_rb32
(
pb
);
...
...
@@ -1839,7 +1839,7 @@ static int mxf_read_close(AVFormatContext *s)
{
MXFContext
*
mxf
=
s
->
priv_data
;
MXFIndexTableSegment
*
seg
;
int
i
,
j
;
int
i
;
av_freep
(
&
mxf
->
packages_refs
);
...
...
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