[MPlayer-cvslog] r31094 - trunk/libdvdcss/css.c

reimar subversion at mplayerhq.hu
Sun Apr 25 18:39:39 CEST 2010


Author: reimar
Date: Sun Apr 25 18:39:39 2010
New Revision: 31094

Log:
Try other methods also if GetBusKey fails instead of failing completely.

Modified:
   trunk/libdvdcss/css.c

Modified: trunk/libdvdcss/css.c
==============================================================================
--- trunk/libdvdcss/css.c	Sun Apr 25 18:20:54 2010	(r31093)
+++ trunk/libdvdcss/css.c	Sun Apr 25 18:39:39 2010	(r31094)
@@ -379,7 +379,7 @@ int _dvdcss_titlekey( dvdcss_t dvdcss, i
         /* 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 */


More information about the MPlayer-cvslog mailing list