Sha256: dc3187f0843e9369b3e7a3d4ca5fab3f053ea62d6c739e448a673f040c029dd5
Contents?: true
Size: 851 Bytes
Versions: 1
Compression:
Stored size: 851 Bytes
Contents
diff --git a/src/dvdnav.c b/src/dvdnav.c index 4d0b4f1..c849b18 100644 --- a/src/dvdnav.c +++ b/src/dvdnav.c @@ -733,7 +733,7 @@ dvdnav_status_t dvdnav_get_next_cache_block(dvdnav_t *this, uint8_t **buf, * otherwise it might show stills or menus too shortly */ if ((this->position_current.still || this->pci.hli.hl_gi.hli_ss) && !this->sync_wait_skip) { this->sync_wait = 1; - } else { + } if( this->position_current.still == 0 || this->skip_still ) { /* no active cell still -> get us to the next cell */ vm_get_next_cell(this->vm); @@ -741,7 +741,6 @@ dvdnav_status_t dvdnav_get_next_cache_block(dvdnav_t *this, uint8_t **buf, this->skip_still = 0; this->sync_wait_skip = 0; } - } /* handle related state changes in next iteration */ (*event) = DVDNAV_NOP; (*len) = 0;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sensible-cinema-0.34.0 | vendor/mplayer_patches/libdvdnav/eb91fb74680d30322461a1b9e425918ad4e2b2df.diff |