While going through the all too usual bunch of suspicious warnings, I stumbled
over a few more concerning ones...

psymodel.c:
  "FLOAT8 thmM = thmM;" .. I assumed this was a typo and changed it to
  "FLOAT8 thmM = thmm;"

quantize.c:
  Is the pe argument of calc_min_bits() supposed to be an int? The one
  actually used is a FLOAT8 .. maybe a cast is in order?

takehiro.c & quantize.c:
  passing the pointer of nr_of_sfb_block converts the const to non-const
  several places, I assume this might be because of changes Frank has made.

psymodel.c:
  L3para_read() does the same with psy_data, some checking whether these
  really are consts and then changing the receiving pointers might be wise.


- CISC

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

Reply via email to