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
9485b5bf
Commit
9485b5bf
authored
Jan 07, 2010
by
cRTrn13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
And more debug
parent
9c2a6777
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/bluray.c
src/bluray.c
+4
-4
No files found.
src/bluray.c
View file @
9485b5bf
...
...
@@ -16,7 +16,7 @@
#include "bluray.h"
#include "util/macro.h"
#include "util/logging.h"
/*
BLURAY
*
bd_open
(
const
char
*
device_path
,
const
char
*
keyfile_path
)
{
BLURAY
*
bd
=
calloc
(
1
,
sizeof
(
BLURAY
));
...
...
@@ -28,7 +28,7 @@ BLURAY *bd_open(const char* device_path, const char* keyfile_path)
bd
->
h_libaacs
=
NULL
;
bd
->
fp
=
NULL
;
if (keyfile_path) {
if
(
keyfile_path
)
{
/*
if ((bd->h_libaacs = dlopen("libaacs.so", RTLD_LAZY))) {
fptr_p_void fptr;
uint8_t *vid;
...
...
@@ -62,7 +62,7 @@ BLURAY *bd_open(const char* device_path, const char* keyfile_path)
DEBUG(DBG_BLURAY, "No keyfile provided. You will not be able to make use of crypto functionality (0x%08x)\n", bd);
}
DEBUG(DBG_BLURAY, "BLURAY initialized! (0x%08x)\n", bd);
DEBUG(DBG_BLURAY, "BLURAY initialized! (0x%08x)\n", bd);
*/
}
else
{
X_FREE
(
bd
);
...
...
@@ -99,7 +99,7 @@ void bd_close(BLURAY *bd)
DEBUG
(
DBG_BLURAY
,
"BLURAY destroyed! (0x%08x)
\n
"
,
bd
);
X_FREE
(
bd
);
}
*/
}
uint64_t
bd_seek
(
BLURAY
*
bd
,
uint64_t
pos
)
{
...
...
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