Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdcss
Commits
b925ffff
Commit
b925ffff
authored
Aug 29, 2008
by
Diego Biurrun
Committed by
Sam Hocevar
Aug 29, 2008
Browse files
* libdvdcss.c: ignore failure to get the disc key in case we have a
chance to decrypt anyway afterwards.
parent
502c6dbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libdvdcss.c
View file @
b925ffff
...
...
@@ -371,10 +371,7 @@ LIBDVDCSS_EXPORT dvdcss_t dvdcss_open ( char *psz_target )
if
(
i_ret
<
0
)
{
_dvdcss_close
(
dvdcss
);
free
(
dvdcss
->
psz_device
);
free
(
dvdcss
);
return
NULL
;
print_debug
(
dvdcss
,
"could not get disc key"
);
}
}
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment