Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
ea0c27c2
Commit
ea0c27c2
authored
Feb 10, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unused variable.
parent
86e1fbd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/demux/mp4/libmp4.c
modules/demux/mp4/libmp4.c
+1
-2
No files found.
modules/demux/mp4/libmp4.c
View file @
ea0c27c2
...
...
@@ -2846,7 +2846,6 @@ MP4_Box_t *MP4_BoxGetRoot( stream_t *s )
if
(
i_result
)
{
MP4_Box_t
*
p_child
;
MP4_Box_t
*
p_moov
;
MP4_Box_t
*
p_cmov
;
...
...
@@ -2868,7 +2867,7 @@ MP4_Box_t *MP4_BoxGetRoot( stream_t *s )
p_moov
->
p_father
=
p_root
;
/* insert this new moov box as first child of p_root */
p_moov
->
p_next
=
p_
child
=
p_
root
->
p_first
;
p_moov
->
p_next
=
p_root
->
p_first
;
p_root
->
p_first
=
p_moov
;
}
}
...
...
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