[FFmpeg-devel] [PATCH 1/6] truehd: add hand-scheduled ARM asm version of mlp_filter_channel.

Ben Avison bavison at riscosopen.org
Thu Mar 20 00:04:44 CET 2014


On Wed, 19 Mar 2014 19:14:19 -0000, Michael Niedermayer <michaelni at gmx.at> wrote:
> it builds but segfaults at runtime in
> make fate-lossless-meridianaudio

Sorry, I'd forgotten about the fate tests (oops). I've worked out the
reason for the segfault - I was only handling IIR filter lengths < 4 in
ff_mlp_filter_channel_arm, when it should have been <= 4. After fixing
that, fate-lossless-meridianaudio passes, as does the rest of
fate-lossless-audio.

I'll roll the fix into an updated patch series along with the other bits
of refactoring people have asked for.

Ben


More information about the ffmpeg-devel mailing list