ref: 4933b58e02567cfd5842c6e7f44308ee01d466ea
parent: e614255a43411b3d30ada69cd49afd21c2cf2244
author: Rob Sykes <robs@users.sourceforge.net>
date: Sun Apr 10 11:22:40 EDT 2011
allow inspection of bitrate of VBR frames for debug
--- a/src/mp3-util.h
+++ b/src/mp3-util.h
@@ -203,6 +203,7 @@
p->mad_timer_add(&time, mad_header.duration);
consumed += mad_stream.next_frame - mad_stream.this_frame;
+ lsx_debug_more("bitrate=%lu", mad_header.bitrate);
if (!frames) {
initial_bitrate = mad_header.bitrate;