libbluray | branch: master | hpi1 <[email protected]> | 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 */ _______________________________________________ libbluray-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libbluray-devel
