Commit ec73f818 authored by Frédéric Yhuel's avatar Frédéric Yhuel Committed by Jean-Baptiste Kempf

demux/mp4: fix typo

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a7fdf935
......@@ -689,7 +689,7 @@ static int Seek( demux_t *p_demux, mtime_t i_date )
demux_sys_t *p_sys = p_demux->p_sys;
unsigned int i_track;
/* First update update global time */
/* First update global time */
p_sys->i_time = i_date * p_sys->i_timescale / 1000000;
p_sys->i_pcr = i_date;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment