Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
f9f1cc85
Commit
f9f1cc85
authored
Mar 15, 2002
by
Stéphane Borel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-Fixed chapter selection at startup.
parent
9c49d6f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
plugins/dvd/dvd_access.c
plugins/dvd/dvd_access.c
+4
-4
No files found.
plugins/dvd/dvd_access.c
View file @
f9f1cc85
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* -dvd_udf to find files
* -dvd_udf to find files
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* Copyright (C) 1998-2001 VideoLAN
* $Id: dvd_access.c,v 1.
6 2002/03/11 07:23:09 gbazin
Exp $
* $Id: dvd_access.c,v 1.
7 2002/03/15 00:57:16 stef
Exp $
*
*
* Author: Stphane Borel <stef@via.ecp.fr>
* Author: Stphane Borel <stef@via.ecp.fr>
*
*
...
@@ -226,9 +226,9 @@ static int DVDOpen( struct input_thread_s *p_input )
...
@@ -226,9 +226,9 @@ static int DVDOpen( struct input_thread_s *p_input )
p_area
=
p_input
->
stream
.
pp_areas
[
p_dvd
->
i_title
];
p_area
=
p_input
->
stream
.
pp_areas
[
p_dvd
->
i_title
];
p_
dvd
->
i_chapter
=
p_dvd
->
i_chapter
<=
p_area
->
i_part_nb
?
p_
area
->
i_part
=
p_dvd
->
i_chapter
<=
p_area
->
i_part_nb
?
p_dvd
->
i_chapter
:
1
;
p_dvd
->
i_chapter
:
1
;
p_
area
->
i_part
=
p_dvd
->
i_chapter
;
p_
dvd
->
i_chapter
=
1
;
p_dvd
->
b_new_chapter
=
0
;
p_dvd
->
b_new_chapter
=
0
;
p_dvd
->
i_audio_nb
=
0
;
p_dvd
->
i_audio_nb
=
0
;
...
...
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