From 9478b20f36a3a28911470ff505ed5c571bae23dc Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 2 May 2003 15:54:33 +0000 Subject: there seem to be broken vobs out there. please do not abort. CVS patchset: 4752 CVS date: 2003/05/02 15:54:33 --- src/libspudec/spu.c | 4 ++-- 1 file 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); -- cgit v1.2.3