If I understand the Xing header correctly, the 4 byte frame count is 0 in each file. This would lead to a divide by zero error starting here (in playlist.mp3):
frames = xing.frames; // 0
mad_timer_multiply(&madduration, frames); * 0
// madduration is now 0
p->bitrate = 8 * xing.bytes / mad_timer_count(madduration,// FPE
MAD_UNITS_SECONDS);
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

