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
86b1ffe5
Commit
86b1ffe5
authored
May 31, 2021
by
François Cartegnie
🤞
Committed by
Hugo Beauzée-Luyssen
Jun 01, 2021
Browse files
demux: mp4: fix missing intra-trun sample increment on seek
ends up reading wrong sample size/time refs #25784
parent
2028c4b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mp4/mp4.c
View file @
86b1ffe5
...
...
@@ -1841,6 +1841,7 @@ static void FragTrunSeekToTime( mp4_track_t *p_track, stime_t i_target_time )
i_time
+=
dur
;
i_pos
+=
len
;
i_sample
++
;
}
}
...
...
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