Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdcss
Commits
e02b6b39
Commit
e02b6b39
authored
May 13, 2009
by
Sam Hocevar
Browse files
Add a debug message in the copyright information retrieval.
parent
f6ecade7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/css.c
View file @
e02b6b39
...
...
@@ -131,6 +131,9 @@ int _dvdcss_test( dvdcss_t dvdcss )
return
-
1
;
}
print_debug
(
dvdcss
,
"disc reports copyright information 0x%x"
,
i_copyright
);
i_ret
=
ioctl_ReportRPC
(
dvdcss
->
i_fd
,
&
i_type
,
&
i_mask
,
&
i_rpc
);
if
(
i_ret
<
0
)
...
...
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