[MPlayer-users] Copy protection on DVDs beyond CSS?

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Apr 21 20:42:06 CEST 2006


Hi,
On Fri, Apr 21, 2006 at 07:16:11PM +0200, Jonathan Schmitt wrote:
> Am Donnerstag, 20. April 2006 22:51 schrieb Ivo:
> > Maybe it is just a weird flag that all players choke on, but could be
> > ignored (i.e. masked out). I don't know. Maybe add
> >
> > d->dsi_pack.dsi_gi.nv_pck_lbn &= 0xfffbffff;
> >
> > before the check in libmpdemux/stream_dvd.c (line 273) and see if that
> > fixes anything. But even if it works, this is probably not the right fix
> 
> Invalid NAVI packet! lba=0x40000  navi=0x80000  

Try
d->dsi_pack.dsi_gi.nv_pck_lbn &= 0x3ffff;
d->dsi_pack.dsi_gi.nv_pck_lbn |= d->cur_pack & ~0x3ffff;

instead.

Greetings,
Reimar Döffinger




More information about the MPlayer-users mailing list