Commit ab846e64 authored by Christophe Massiot's avatar Christophe Massiot

* Suppression d'un message d'erreur erronn� ;

--Meuuh
parent 81f0e7f9
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment