summaryrefslogtreecommitdiff
path: root/plugins/mpgmad
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-01 00:13:14 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-01 00:13:14 +0200
commit88cb58bc486525e64195e3978d952bbfa781709c (patch)
treec06c0a002fef606aa4f4db5ef5ab837caeb8efa7 /plugins/mpgmad
parent357c1068d8fdc7ff756cfa18d977bbf47092acc4 (diff)
mp3: improved debug log
Diffstat (limited to 'plugins/mpgmad')
-rw-r--r--plugins/mpgmad/mpgmad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c
index 99754df2..b82089e5 100644
--- a/plugins/mpgmad/mpgmad.c
+++ b/plugins/mpgmad/mpgmad.c
@@ -410,7 +410,7 @@ cmp3_scan_stream (buffer_t *buffer, int sample) {
valid_frames++;
// {{{ update stream parameters, only when sample!=0 or 1st frame
- trace ("have_info: %d, lastframe_valid=%d\n", have_info, lastframe_valid);
+ trace ("valid_frames: %d, have_info: %d, lastframe_valid=%d\n", valid_frames, have_info, lastframe_valid);
if (!have_info && lastframe_valid)
{
// don't get parameters from frames coming after any bad frame