From ab846e64f7dd6b43c4cb2706b8f0506dd34e26dc Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Fri, 1 Oct 1999 22:45:02 +0000 Subject: [PATCH] =?UTF-8?q?*=20Suppression=20d'un=20message=20d'erreur=20e?= =?UTF-8?q?rronn=EF=BF=BD=20;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --Meuuh --- src/input/input.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/input/input.c b/src/input/input.c index 3c704bb0b4..073b5c18e3 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -326,12 +326,6 @@ static void EndThread( input_thread_t *p_input ) adec_DestroyThread( (adec_thread_t*)(p_input->pp_selected_es[i_es_loop]->p_dec) ); break; default: -#ifdef DEBUG - /* This should never happen. */ - intf_DbgMsg("input debug: unknown stream type ! (%d, %d)\n", - p_input->pp_selected_es[i_es_loop]->i_id, - p_input->pp_selected_es[i_es_loop]->i_type); -#endif break; } }