Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
4861b7a0
Commit
4861b7a0
authored
Jan 20, 2013
by
Frédéric Yhuel
Committed by
Jean-Baptiste Kempf
Jan 20, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libmp4: rewind stream before falling back to avformat
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
93c8e746
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/demux/mp4/libmp4.c
modules/demux/mp4/libmp4.c
+1
-0
No files found.
modules/demux/mp4/libmp4.c
View file @
4861b7a0
...
@@ -3609,6 +3609,7 @@ MP4_Box_t *MP4_BoxGetRoot( stream_t *s )
...
@@ -3609,6 +3609,7 @@ MP4_Box_t *MP4_BoxGetRoot( stream_t *s )
error:
error:
free
(
p_root
);
free
(
p_root
);
stream_Seek
(
p_stream
,
0
);
return
NULL
;
return
NULL
;
}
}
...
...
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