# HG changeset patch # User mroi # Date 1052857485 0 # Node ID 373f27da196b71ef84d70e781c07ca384697d8c9 # Parent a20a5976a207a3d486eed54f026b19d117eaeb03 This one should also be reset to an invalid value, but 0 is not invalid. diff -r a20a5976a207 -r 373f27da196b dvdnav.c --- a/dvdnav.c Mon May 12 19:43:11 2003 +0000 +++ b/dvdnav.c Tue May 13 20:24:45 2003 +0000 @@ -782,7 +782,7 @@ /* release NAV menu filter, when we reach the same NAV packet again */ if (this->last_cmd_nav_lbn == this->pci.pci_gi.nv_pck_lbn) - this->last_cmd_nav_lbn = 0; + this->last_cmd_nav_lbn = SRI_END_OF_CELL; /* Successfully got a NAV packet */ (*event) = DVDNAV_NAV_PACKET;