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
335d9c73
Commit
335d9c73
authored
Mar 16, 2012
by
Frédéric Yhuel
Committed by
Jean-Baptiste Kempf
Mar 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mp4: add a warning
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
57dfca01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/demux/mp4/libmp4.c
modules/demux/mp4/libmp4.c
+2
-0
No files found.
modules/demux/mp4/libmp4.c
View file @
335d9c73
...
@@ -95,6 +95,8 @@ static inline size_t mp4_box_headersize( MP4_Box_t *p_box )
...
@@ -95,6 +95,8 @@ static inline size_t mp4_box_headersize( MP4_Box_t *p_box )
i_actually_read = stream_Read( p_stream, p_peek, i_read ); \
i_actually_read = stream_Read( p_stream, p_peek, i_read ); \
if( i_actually_read < 0 || (int64_t)i_actually_read < i_read )\
if( i_actually_read < 0 || (int64_t)i_actually_read < i_read )\
{ \
{ \
msg_Warn( p_stream, "MP4_READBOX_ENTER: I got %i bytes, "\
"but I requested %"PRId64"", i_actually_read, i_read );\
free( p_buff ); \
free( p_buff ); \
return( 0 ); \
return( 0 ); \
} \
} \
...
...
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