Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
fdad2a24
Commit
fdad2a24
authored
Jan 29, 2001
by
Stéphane Borel
Browse files
* Correction of two errors.
parent
f25a4c6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
:1
0
stef Exp $
* $Id: input_dvd.c,v 1.
8
2001/01/29 06:
28
:1
9
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
Supports
Markdown
0%
Try again
or
attach a new 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