search for: twofitweight

Displaying 1 result from an estimated 1 matches for "twofitweight".

2002 Jul 08
1
Divide by zero in accumulate_fit
Hi, Lately, my oggenc builds (from CVS) haven't been running correctly. In a few debugging sessions, I've found that I'm getting a divide by zero exception. The exception happens in accumulate_fit (floor1.c), line 455: int weight=nb*info->twofitweight/na; Here is the call stack: accumulate_fit floot1_fit mapping0_forward vorbis_analysis oe_encode main The error happens very early: the first call to vorbis_analysis (third iter. through the main encode loop) in oe_encode. Reproducable with every wav I feed it. Can anyone help...