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
11e721fa
Commit
11e721fa
authored
Mar 08, 2012
by
Hugo Beauzée-Luyssen
Committed by
Jean-Baptiste Kempf
Mar 08, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bluray: protection against incorrect paths
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
6ae6943b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
modules/access/bluray.c
modules/access/bluray.c
+7
-0
No files found.
modules/access/bluray.c
View file @
11e721fa
...
...
@@ -200,6 +200,13 @@ static int blurayOpen( vlc_object_t *object )
/* Warning the user about AACS/BD+ */
const
BLURAY_DISC_INFO
*
disc_info
=
bd_get_disc_info
(
p_sys
->
bluray
);
/* Is it a bluray? */
if
(
!
disc_info
->
bluray_detected
)
{
error_msg
=
"Path doesn't appear to be a bluray"
;
goto
error
;
}
msg_Info
(
p_demux
,
"First play: %i, Top menu: %i
\n
"
"HDMV Titles: %i, BD-J Titles: %i, Other: %i"
,
disc_info
->
first_play_supported
,
disc_info
->
top_menu_supported
,
...
...
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