1
0
Fork 0

Cosmetics

This commit is contained in:
hpi1 2019-02-01 14:22:26 +02:00
parent e0714f998b
commit 9f3036004d
1 changed files with 4 additions and 4 deletions

View File

@ -1064,10 +1064,10 @@ static void _fill_disc_info(BLURAY *bd, BD_ENC_INFO *enc_info)
/* increase player profile and version when 3D or UHD disc is detected */
if (index->indx_version >= ('0' << 24 | '3' << 16 | '0' << 8 | '0')) {
BD_DEBUG(DBG_CRIT | DBG_BLURAY, "WARNING: BluRay profile 6 BD-J menu support is experimental\n");
/* Switch to UHD profile */
psr_init_UHD(bd->regs, 1);
if (index->indx_version >= ('0' << 24 | '3' << 16 | '0' << 8 | '0')) {
BD_DEBUG(DBG_CRIT | DBG_BLURAY, "WARNING: BluRay profile 6 BD-J menu support is experimental\n");
/* Switch to UHD profile */
psr_init_UHD(bd->regs, 1);
}
if (((index->indx_version >> 16) & 0xff) == '2') {
if (index->app_info.content_exist_flag) {