comparison dvdnav.c @ 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 eb503714e1c2
comparison
equal deleted inserted replaced
197:a20a5976a207 198:373f27da196b
780 */ 780 */
781 dvdnav_pre_cache_blocks(this->cache, this->vobu.vobu_start+1, this->vobu.vobu_length+1); 781 dvdnav_pre_cache_blocks(this->cache, this->vobu.vobu_start+1, this->vobu.vobu_length+1);
782 782
783 /* release NAV menu filter, when we reach the same NAV packet again */ 783 /* release NAV menu filter, when we reach the same NAV packet again */
784 if (this->last_cmd_nav_lbn == this->pci.pci_gi.nv_pck_lbn) 784 if (this->last_cmd_nav_lbn == this->pci.pci_gi.nv_pck_lbn)
785 this->last_cmd_nav_lbn = 0; 785 this->last_cmd_nav_lbn = SRI_END_OF_CELL;
786 786
787 /* Successfully got a NAV packet */ 787 /* Successfully got a NAV packet */
788 (*event) = DVDNAV_NAV_PACKET; 788 (*event) = DVDNAV_NAV_PACKET;
789 #ifdef LOG_DEBUG 789 #ifdef LOG_DEBUG
790 fprintf(MSG_OUT, "libdvdnav: NAV_PACKET\n"); 790 fprintf(MSG_OUT, "libdvdnav: NAV_PACKET\n");