Commit 940cc4c9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Blu-Ray: be way more restrictive in the probing

BDMV/ isn't supported yet, because we don't know how to do wrt to AACS
and BD+ yet
parent 487b82d0
......@@ -91,7 +91,8 @@ static int blurayOpen( vlc_object_t *object )
int i_title = 0;
char bd_path[PATH_MAX];
if( !p_access->psz_location || !*p_access->psz_location ) {
if( strcmp( p_access->psz_access, "bluray" ) ) {
// TODO BDMV support, once we figure out what to do in libbluray
return VLC_EGENERIC;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment