nu774 / fdkaac

command line encoder frontend for libfdk-aac
Other
260 stars 58 forks source link

Core dump with -p 2 -m 5 from 24-bit/96kHz PCM #13

Closed bp0 closed 10 years ago

bp0 commented 10 years ago

fdkaac -m 5 or fdk -p 2 -m 5 encoding from 24-bit/96kHz PCM will cause this:

fdkaac: ./libFDK/include/fixpoint_math.h:459: FIXP_DBL GetInvInt(int): Assertion `(intValue > 0) && (intValue < 50)' failed. Aborted (core dumped)

Using a value for -m that is 1-4 does not do the same.

nu774 commented 10 years ago

Thanks, this is an issue on libfdk-aac side. I have forwarded the issue report.

nu774 commented 10 years ago

Read https://github.com/mstorsjo/fdk-aac/issues/17 It seems that extend-getinvint branch or fix-high-samplerate-short-block branch fixes this assertion failure.