diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-02 15:54:33 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-02 15:54:33 +0000 |
commit | 9478b20f36a3a28911470ff505ed5c571bae23dc (patch) | |
tree | a1413f5b6f8505500479bd8a1882f6367c301da5 | |
parent | bcb6fa6d83a2e4a073fc15bdd49cb2d20d0f54b5 (diff) | |
download | xine-lib-9478b20f36a3a28911470ff505ed5c571bae23dc.tar.gz xine-lib-9478b20f36a3a28911470ff505ed5c571bae23dc.tar.bz2 |
there seem to be broken vobs out there. please do not abort.
CVS patchset: 4752
CVS date: 2003/05/02 15:54:33
-rw-r--r-- | src/libspudec/spu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index 4a94b4a8c..c2e8ccabc 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -35,7 +35,7 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: spu.c,v 1.64 2003/04/30 16:49:34 mroi Exp $ + * $Id: spu.c,v 1.65 2003/05/02 15:54:33 miguelfreitas Exp $ * */ @@ -228,7 +228,7 @@ void spudec_decode_nav(spudec_decoder_t *this, buf_element_t *buf) { /* FIXME: Add command copying here */ break; default: - XINE_ASSERT(0, "We drop out here for some reason. Why no default behavior?"); + printf("libspudec: unknown pci.hli.hl_gi.hli_ss = %d\n", pci.hli.hl_gi.hli_ss ); break; } pthread_mutex_unlock(&this->nav_pci_lock); |