1
0
Fork 0

Fixed setting PSR_PLAYITEM

This commit is contained in:
hpi1 2010-07-07 17:27:22 +03:00
parent aa86846a8c
commit 5f37e36a0b
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ static int _open_m2ts(BLURAY *bd)
#endif
}
bd_psr_write(bd->regs, PSR_PLAYITEM, bd->clip->clip_id);
bd_psr_write(bd->regs, PSR_PLAYITEM, bd->clip->ref);
return 1;
}