Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
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
Show 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