# HG changeset patch # User ulion # Date 1196879080 0 # Node ID b037a816be70a515d3a5326ea754a10745632037 # Parent 89458daaee5f1592a3d02ce673fb4e8ba119464b Prevent from outputing mass of 'skip' log messages in verbose level. diff -r 89458daaee5f -r b037a816be70 libmpcodecs/ad_libdca.c --- a/libmpcodecs/ad_libdca.c Wed Dec 05 17:42:56 2007 +0000 +++ b/libmpcodecs/ad_libdca.c Wed Dec 05 18:24:40 2007 +0000 @@ -221,7 +221,7 @@ if(length >= HEADER_SIZE) break; - mp_msg(MSGT_DECAUDIO, MSGL_V, "skip\n"); +// mp_msg(MSGT_DECAUDIO, MSGL_V, "skip\n"); memmove(sh->a_in_buffer, sh->a_in_buffer+1, HEADER_SIZE-1); --sh->a_in_buffer_len; }