Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
975e1560
Commit
975e1560
authored
Jan 30, 2016
by
Sebastian Ramacher
Committed by
Jean-Baptiste Kempf
Jan 30, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling of "length"
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
93aea845
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/access/dvdnav.c
modules/access/dvdnav.c
+2
-2
modules/demux/mod.c
modules/demux/mod.c
+1
-1
No files found.
modules/access/dvdnav.c
View file @
975e1560
...
...
@@ -156,7 +156,7 @@ struct demux_sys_t
int
i_title
;
input_title_t
**
title
;
/* leng
ht
of program group chain */
/* leng
th
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 leng
ht
in time of the current PGC */
/* Store the leng
th
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
;
...
...
modules/demux/mod.c
View file @
975e1560
...
...
@@ -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 leng
ht
=%"
PRId64
"ms"
,
msg_Dbg
(
p_demux
,
"MOD loaded name=%s leng
th
=%"
PRId64
"ms"
,
ModPlug_GetName
(
p_sys
->
f
),
p_sys
->
i_length
);
...
...
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