Mercurial > libdvdnav.hg
changeset 7:7fdefafa624f src
Slight correction to handle quicker menu transitions.
author | jcdutton |
---|---|
date | Sat, 06 Apr 2002 18:42:05 +0000 |
parents | 5f319e02e333 |
children | 66708b4a1b5e |
files | dvdnav.c |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dvdnav.c Sat Apr 06 18:31:50 2002 +0000 +++ b/dvdnav.c Sat Apr 06 18:42:05 2002 +0000 @@ -553,8 +553,9 @@ return S_OK; } - if(self->expecting_nav_packet || - (self->jumping) ) { + if(self->expecting_nav_packet ) { +//|| +// (self->jumping) ) { dvdnav_nav_packet_event_t nav_event; /* Perform the jump if necessary (this is always a @@ -987,6 +988,9 @@ /* * $Log$ + * Revision 1.5 2002/04/06 18:42:05 jcdutton + * Slight correction to handle quicker menu transitions. + * * Revision 1.4 2002/04/06 18:31:50 jcdutton * Some cleaning up. * changed exit(1) to assert(0) so they actually get seen by the user so that it helps developers more.