[Ffmpeg-devel] [BUG] better gdb report on crash in fft.c on mingw.
Benjamin Larsson
banan
Thu Jun 29 00:06:52 CEST 2006
The bug is valid, this is a configure from mplayer that causes the problem:
http://home.twmi.rr.com/compn/config.h
The problem is in the fft init. Removing the line with
av_freep(&s->exptab); fixes the crash but causes a leak. To correct the
problem the detection logic needs to be rebuilt. The code finds a simd
capable cpu but has not the needed headers to set the 3dnow fft routine
and compile it. (Or atleast something like that). If Zuxy doesn't fix
the code in a few days I'll do it.
MvH
Benjamin Larsson
More information about the ffmpeg-devel
mailing list