Commit 975e1560 authored by Sebastian Ramacher's avatar Sebastian Ramacher Committed by Jean-Baptiste Kempf

Fix spelling of "length"

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 93aea845
......@@ -156,7 +156,7 @@ struct demux_sys_t
int i_title;
input_title_t **title;
/* lenght of program group chain */
/* length of program group chain */
mtime_t i_pgc_length;
int i_vobu_index;
int i_vobu_flush;
......@@ -971,7 +971,7 @@ static int Demux( demux_t *p_demux )
msg_Dbg( p_demux, " - cell_start=%"PRId64, event->cell_start );
msg_Dbg( p_demux, " - pg_start=%"PRId64, event->pg_start );
/* Store the lenght in time of the current PGC */
/* Store the length in time of the current PGC */
p_sys->i_pgc_length = event->pgc_length / 90 * 1000;
p_sys->i_vobu_index = 0;
p_sys->i_vobu_flush = 0;
......
......@@ -226,7 +226,7 @@ static int Open( vlc_object_t *p_this )
date_Set( &p_sys->pts, 0 );
p_sys->i_length = ModPlug_GetLength( p_sys->f ) * INT64_C(1000);
msg_Dbg( p_demux, "MOD loaded name=%s lenght=%"PRId64"ms",
msg_Dbg( p_demux, "MOD loaded name=%s length=%"PRId64"ms",
ModPlug_GetName( p_sys->f ),
p_sys->i_length );
......
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