mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
Try other methods also if GetBusKey fails instead of failing completely.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31094 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
af7e76c80b
commit
12c9fa73f3
@ -379,7 +379,7 @@ int _dvdcss_titlekey( dvdcss_t dvdcss, int i_pos, dvd_key_t p_title_key )
|
||||
/* We need to authenticate again every time to get a new session key */
|
||||
if( GetBusKey( dvdcss ) < 0 )
|
||||
{
|
||||
return -1;
|
||||
i_ret = -1;
|
||||
}
|
||||
|
||||
/* Get encrypted title key */
|
||||
|
Loading…
Reference in New Issue
Block a user