Mercurial > mplayer.hg
diff libmpcodecs/ad_libdca.c @ 25278:b037a816be70
Prevent from outputing mass of 'skip' log messages in verbose level.
| author | ulion |
|---|---|
| date | Wed, 05 Dec 2007 18:24:40 +0000 |
| parents | d51389598170 |
| children | 82601a38e2a7 |
line wrap: on
line diff
--- 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; }
