1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02: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:
reimar 2010-04-25 16:39:39 +00:00
parent af7e76c80b
commit 12c9fa73f3

View File

@ -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 */