Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Martin Finkel
VLC
Commits
2028c4b9
Commit
2028c4b9
authored
May 31, 2021
by
François Cartegnie
🤞
Committed by
Hugo Beauzée-Luyssen
Jun 01, 2021
Browse files
demux: mp4: report current trun sample pos in debug
parent
8092f480
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mp4/mp4.c
View file @
2028c4b9
...
...
@@ -4570,7 +4570,7 @@ static int FragDemuxTrack( demux_t *p_demux, mp4_track_t *p_track,
msg_Dbg( p_demux, "tk(%i)=%"PRId64" mv=%"PRId64" pos=%"PRIu64, p_track->i_track_ID,
VLC_TICK_0 + MP4_rescale_mtime( i_dts, p_track->i_timescale ),
VLC_TICK_0 + MP4_rescale_mtime( i_pts, p_track->i_timescale ),
p_track->context.i_trun_sample_pos );
p_track->context.i_trun_sample_pos
- i_read
);
#endif
if
(
p_track
->
p_es
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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