[vlc-commits] demux/mp4: fix typo

Frédéric Yhuel git at videolan.org
Wed Jun 13 01:06:36 CEST 2012


vlc | branch: master | Frédéric Yhuel <fyhuel at viotech.net> | Tue Jun 12 13:41:13 2012 +0200| [ec73f8183cab13784025e1dd049cfd0368fcae38] | committer: Jean-Baptiste Kempf

demux/mp4: fix typo

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec73f8183cab13784025e1dd049cfd0368fcae38
---

 modules/demux/mp4/mp4.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index 2620683..0e13001 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -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;
 



More information about the vlc-commits mailing list