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
f7edf2f7
Commit
f7edf2f7
authored
Sep 24, 2014
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: mp4: split debug info
parent
b648022c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
modules/demux/mp4/libmp4.c
modules/demux/mp4/libmp4.c
+2
-2
modules/demux/mp4/libmp4.h
modules/demux/mp4/libmp4.h
+1
-0
No files found.
modules/demux/mp4/libmp4.c
View file @
f7edf2f7
...
...
@@ -123,7 +123,7 @@ int MP4_ReadBoxCommon( stream_t *p_stream, MP4_Box_t *p_box )
{
CreateUUID
(
&
p_box
->
i_uuid
,
p_box
->
i_type
);
}
#ifdef MP4_VERBOSE
#ifdef MP4_
ULTRA_
VERBOSE
if
(
p_box
->
i_size
)
{
if
MP4_BOX_TYPE_ASCII
()
...
...
@@ -284,7 +284,7 @@ static int MP4_ReadBoxSkip( stream_t *p_stream, MP4_Box_t *p_box )
}
/* Nothing to do */
#ifdef MP4_VERBOSE
#ifdef MP4_
ULTRA_
VERBOSE
if
MP4_BOX_TYPE_ASCII
()
msg_Dbg
(
p_stream
,
"skip box:
\"
%4.4s
\"
"
,
(
char
*
)
&
p_box
->
i_type
);
else
...
...
modules/demux/mp4/libmp4.h
View file @
f7edf2f7
...
...
@@ -278,6 +278,7 @@
/* Do you want some debug information on all read boxes ? */
#ifndef NDEBUG
# define MP4_VERBOSE 1
//# define MP4_ULTRA_VERBOSE 1
#endif
struct
MP4_Box_s
;
...
...
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