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
fdad2a24
Commit
fdad2a24
authored
Jan 29, 2001
by
Stéphane Borel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Correction of two errors.
parent
f25a4c6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/input/input_dvd.c
src/input/input_dvd.c
+3
-3
No files found.
src/input/input_dvd.c
View file @
fdad2a24
...
...
@@ -2,7 +2,7 @@
* input_dvd.c: DVD reading
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: input_dvd.c,v 1.
7 2001/01/29 06:10:10
stef Exp $
* $Id: input_dvd.c,v 1.
8 2001/01/29 06:28:19
stef Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
...
...
@@ -135,9 +135,9 @@ static void DVDInit( input_thread_t * p_input )
lseek64
(
p_input
->
i_handle
,
0
,
SEEK_SET
);
/* Ifo initialisation */
intf_Msg
(
3
,
"Ifo: Initialization"
);
p_method
->
ifo
=
IfoInit
(
p_input
->
i_handle
);
IfoRead
(
&
(
p_method
->
ifo
)
);
intf_Msg
(
"Ifo: Initialized"
);
#if defined( HAVE_SYS_DVDIO_H ) || defined( LINUX_DVD )
/* CSS authentication and keys */
...
...
@@ -145,7 +145,6 @@ static void DVDInit( input_thread_t * p_input )
{
int
i
;
intf_Msg
(
3
,
"CSS: Initialization"
);
p_method
->
css
=
CSSInit
(
p_input
->
i_handle
);
p_method
->
css
.
i_title_nb
=
p_method
->
ifo
.
vmg
.
mat
.
i_tts_nb
;
if
(
(
p_method
->
css
.
p_title_key
=
...
...
@@ -163,6 +162,7 @@ static void DVDInit( input_thread_t * p_input )
p_method
->
ifo
.
p_vts
[
i
].
mat
.
i_tt_vobs_ssector
*
DVD_LB_SIZE
;
}
CSSGetKeys
(
&
(
p_method
->
css
)
);
intf_Msg
(
"CSS: Initialized"
);
}
#endif
...
...
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