Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libbluray
Commits
d17e2ea2
Commit
d17e2ea2
authored
Oct 15, 2009
by
cRTrn13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aacs_close from libbluray
parent
f0857ebe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/bluray.c
src/bluray.c
+4
-1
No files found.
src/bluray.c
View file @
d17e2ea2
...
...
@@ -23,7 +23,10 @@ BLURAY *bd_open(const char* device_path, const char* keyfile_path)
void
bd_close
(
BLURAY
*
bd
)
{
if
(
bd
->
libaacs_h
)
{
aacs_close
(
bd
->
aacs
);
typedef
void
*
(
*
fptr
)();
fptr
fptr_s
=
dlsym
(
bd
->
libaacs_h
,
"aacs_close"
);
fptr_s
(
bd
->
aacs
);
}
X_FREE
(
bd
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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