libbluray | branch: master | hpi1 <[email protected]> | Fri Aug 23 09:53:19 2013 +0300| [12e9104788ee698b983a94807b281534c552fe46] | committer: hpi1
PSR: initialize region code to B > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=12e9104788ee698b983a94807b281534c552fe46 --- src/libbluray/register.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libbluray/register.c b/src/libbluray/register.c index ff9f964..4985cc9 100644 --- a/src/libbluray/register.c +++ b/src/libbluray/register.c @@ -56,7 +56,7 @@ static const uint32_t bd_psr_init[BD_PSR_COUNT] = { 0xffffff, /* PS: PSR17: Language code for PG and Text subtitles */ 0xffffff, /* PS: PSR18: Menu description language code */ 0xffff, /* PS: PSR19: Country code */ - 0x07, /* PS: PSR20: Region code */ /* 1 - A, 2 - B, 4 - C */ + 0x02, /* PS: PSR20: Region code */ /* 1 - A, 2 - B, 4 - C */ 0, /* PS: PSR21: Output mode preference */ 0, /* PSR22: Stereoscopic status */ 0, /* PS: PSR23: Display capability */ _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
