[libbluray-devel] Fixed initial setting for player profile

hpi1 git at videolan.org
Wed Aug 29 14:09:33 CEST 2012


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed Aug 29 15:08:54 2012 +0300| [866ac3bfd9210774e51812aac62892f3d105015d] | committer: hpi1

Fixed initial setting for player profile

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=866ac3bfd9210774e51812aac62892f3d105015d
---

 src/libbluray/register.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/libbluray/register.c b/src/libbluray/register.c
index 57883d9..57405df 100644
--- a/src/libbluray/register.c
+++ b/src/libbluray/register.c
@@ -67,7 +67,8 @@ static const uint32_t bd_psr_init[BD_PSR_COUNT] = {
     0,           /*     PSR28 */
     0x03,        /* PS: PSR29: player capability for video */
     0x1ffff,     /* PS: PSR30: player capability for text subtitle */
-    0x080200,    /* PS: PSR31: Player profile and version */
+    0x030200,    /* PS: PSR31: Player profile and version */
+                 /*            BD-RO Profile 2 version 2.0 */
     0,           /*     PSR32 */
     0,           /*     PSR33 */
     0,           /*     PSR34 */



More information about the libbluray-devel mailing list