From 88cb58bc486525e64195e3978d952bbfa781709c Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 1 Sep 2013 00:13:14 +0200 Subject: mp3: improved debug log --- plugins/mpgmad/mpgmad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mpgmad') 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 -- cgit v1.2.3