# HG changeset patch # User reimar # Date 1206102707 0 # Node ID f0788169e50349241b5a4b9b2c77ad8d6a683b70 # Parent 9c60ef221fa6e1a5fdbc193722b479d194863603 Ignore if we fail to get disc key, fixes playback of one of my DVDs which claims to be scrambled but actually is not, and always allows to fallback to cached keys. diff -r 9c60ef221fa6 -r f0788169e503 libdvdcss/libdvdcss.c --- a/libdvdcss/libdvdcss.c Wed Mar 19 15:46:37 2008 +0000 +++ b/libdvdcss/libdvdcss.c Fri Mar 21 12:31:47 2008 +0000 @@ -371,10 +371,8 @@ if( i_ret < 0 ) { - _dvdcss_close( dvdcss ); - free( dvdcss->psz_device ); - free( dvdcss ); - return NULL; + print_debug( dvdcss, + "could not get disc key" ); } }