[libbluray-devel] [Git][videolan/libbluray][master] Drop "WARNING: BluRay profile 6 BD-J menu support is experimental"

Petri Hintukainen (@hpi) gitlab at videolan.org
Fri Oct 22 20:37:32 UTC 2021



Petri Hintukainen pushed to branch master at VideoLAN / libbluray


Commits:
000af4c1 by hpi1 at 2021-10-22T23:37:06+03:00
Drop "WARNING: BluRay profile 6 BD-J menu support is experimental"

Log disc type

- - - - -


1 changed file:

- src/libbluray/bluray.c


Changes:

=====================================
src/libbluray/bluray.c
=====================================
@@ -1132,12 +1132,13 @@ 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");
+            BD_DEBUG(DBG_BLURAY, "Detected 4K UltraHD (profile 6) disc\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) {
+                BD_DEBUG(DBG_BLURAY, "Detected Blu-Ray 3D (profile 5) disc\n");
                 /* Switch to 3D profile */
                 psr_init_3D(bd->regs, index->app_info.initial_output_mode_preference, 0);
             }



View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/000af4c152f532d2347cb17df628592244a5f764

-- 
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/000af4c152f532d2347cb17df628592244a5f764
You're receiving this email because of your account on code.videolan.org.




More information about the libbluray-devel mailing list