Mark Taylor wrote:

>  I will put out another beta release
> with this (and those VBR fixes) later today.

one typo bug: quantize-pvt.c. line 1088

if ( scalefac->s[sfb] < 0)

can't work, because you compare an int * with an integer.

You changed the declaration of choose_table() in takiro.c to avoid the
int-casts , but this leads to new signed/unsigned conflicts in related
functions (choose_table(), count_bit_noESC(), etc. - I was to lazy to
check and change all these functions and therefore suggested just the
two typecasts in best_huffman_divide() ).

Best regards,

Wilfried Behne

--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to