changeset 198:373f27da196b src

This one should also be reset to an invalid value, but 0 is not invalid.
author mroi
date Tue, 13 May 2003 20:24:45 +0000
parents a20a5976a207
children a194eca44b77
files dvdnav.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;