diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2009-10-03 15:26:01 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2009-10-03 15:26:01 +0200 |
commit | 107c24022634144e9872bb036920c66c863c6d78 (patch) | |
tree | 67918812e06964734c8ce8c4a1d46b5d9eb430b4 /plugins/mpgmad | |
parent | a507f5fb9df1cc7a6b5020f49eef48f2e4a638ed (diff) |
disabled printing some of libmad errors
Diffstat (limited to 'plugins/mpgmad')
-rw-r--r-- | plugins/mpgmad/mpgmad.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c index e3e19524..e4751a09 100644 --- a/plugins/mpgmad/mpgmad.c +++ b/plugins/mpgmad/mpgmad.c @@ -657,9 +657,11 @@ cmp3_decode (void) { { if(MAD_RECOVERABLE(stream.error)) { +#if 0 if(stream.error!=MAD_ERROR_LOSTSYNC) { trace ("mpgmad: recoverable frame level error (%s)\n", MadErrorString(&stream)); } +#endif continue; } else { |