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
89f3b017
Commit
89f3b017
authored
Apr 27, 2016
by
Petri Hintukainen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bluray: Cosmetics
parent
4268df2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
modules/access/bluray.c
modules/access/bluray.c
+8
-8
No files found.
modules/access/bluray.c
View file @
89f3b017
...
...
@@ -1633,15 +1633,15 @@ static void blurayUpdateTitleInfo(input_title_t *t, BLURAY_TITLE_INFO *title_inf
vlc_seekpoint_Delete
(
t
->
seekpoint
[
i
]
);
TAB_CLEAN
(
t
->
i_seekpoint
,
t
->
seekpoint
);
for
(
unsigned
int
j
=
0
;
j
<
title_info
->
chapter_count
;
j
++
)
{
seekpoint_t
*
s
=
vlc_seekpoint_New
();
if
(
!
s
)
{
break
;
}
s
->
i_time_offset
=
FROM_TICKS
(
title_info
->
chapters
[
j
].
start
);
TAB_APPEND
(
t
->
i_seekpoint
,
t
->
seekpoint
,
s
);
for
(
unsigned
int
j
=
0
;
j
<
title_info
->
chapter_count
;
j
++
)
{
seekpoint_t
*
s
=
vlc_seekpoint_New
();
if
(
!
s
)
{
break
;
}
s
->
i_time_offset
=
FROM_TICKS
(
title_info
->
chapters
[
j
].
start
);
TAB_APPEND
(
t
->
i_seekpoint
,
t
->
seekpoint
,
s
);
}
}
static
void
blurayInitTitles
(
demux_t
*
p_demux
,
int
menu_titles
)
...
...
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