[libbluray-devel] bd_info: fix "BD-J detected" value
hpi1
git at videolan.org
Wed May 3 15:04:40 CEST 2017
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed May 3 16:01:27 2017 +0300| [672bf046fb362e3c4a722cbd6940b65b44baac39] | committer: hpi1
bd_info: fix "BD-J detected" value
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=672bf046fb362e3c4a722cbd6940b65b44baac39
---
src/examples/bd_info.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/examples/bd_info.c b/src/examples/bd_info.c
index de85d201..eb282ce1 100644
--- a/src/examples/bd_info.c
+++ b/src/examples/bd_info.c
@@ -178,7 +178,7 @@ int main(int argc, char *argv[])
printf("BD-J titles : %d\n", info->num_bdj_titles);
printf("UNSUPPORTED titles : %d\n", info->num_unsupported_titles);
- printf("\nBD-J detected : %s\n", _yes_no(info->bdj_supported));
+ printf("\nBD-J detected : %s\n", _yes_no(info->bdj_detected));
if (info->bdj_detected) {
printf("BD-J supported : %s\n", _yes_no(info->bdj_supported));
if (info->bdj_supported) {
More information about the libbluray-devel
mailing list