Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
ec73f818
Commit
ec73f818
authored
Jun 12, 2012
by
Frédéric Yhuel
Committed by
Jean-Baptiste Kempf
Jun 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux/mp4: fix typo
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
a7fdf935
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/demux/mp4/mp4.c
modules/demux/mp4/mp4.c
+1
-1
No files found.
modules/demux/mp4/mp4.c
View file @
ec73f818
...
...
@@ -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
;
...
...
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