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
bc53b5d4
Commit
bc53b5d4
authored
Apr 27, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mp4: do not spam
parent
59c9e830
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/demux/mp4/libmp4.c
modules/demux/mp4/libmp4.c
+3
-3
No files found.
modules/demux/mp4/libmp4.c
View file @
bc53b5d4
...
...
@@ -2901,7 +2901,7 @@ static int MP4_ReadBox_sdtp( stream_t *p_stream, MP4_Box_t *p_box )
MP4_GET1BYTE
(
p_sdtp
->
p_sample_table
[
i
]
);
#ifdef MP4_VERBOSE
msg_
Info
(
p_stream
,
"i_sample_count is %"
PRIu32
""
,
i_sample_count
);
msg_
Dbg
(
p_stream
,
"i_sample_count is %"
PRIu32
""
,
i_sample_count
);
msg_Dbg
(
p_stream
,
"read box:
\"
sdtp
\"
head: %"
PRIx8
" %"
PRIx8
" %"
PRIx8
" %"
PRIx8
""
,
p_sdtp
->
p_sample_table
[
0
],
...
...
@@ -3052,8 +3052,8 @@ static int MP4_ReadBox_tfra( stream_t *p_stream, MP4_Box_t *p_box )
((
uint64_t
*
)(
p_tfra
->
p_moof_offset
))[
1
]
);
}
msg_
Info
(
p_stream
,
"number_of_entries is %"
PRIu32
""
,
i_number_of_entries
);
msg_
Info
(
p_stream
,
"track ID is: %"
PRIu32
""
,
p_tfra
->
i_track_ID
);
msg_
Dbg
(
p_stream
,
"number_of_entries is %"
PRIu32
""
,
i_number_of_entries
);
msg_
Dbg
(
p_stream
,
"track ID is: %"
PRIu32
""
,
p_tfra
->
i_track_ID
);
#endif
MP4_READBOX_EXIT
(
1
);
...
...
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