[MPlayer-dev-eng] [PATCH] Crash in vf_spp.c and other things
Michael Niedermayer
michaelni at gmx.at
Sun Aug 27 10:33:03 CEST 2006
Hi
On Sun, Aug 27, 2006 at 06:22:58AM +0200, Gianluigi Tiesi wrote:
> Attached patch removes an if-def that rip out some code
> if CONFIG_ENCODERS is not defined.
>
> vf_spp.c at line 412:
>
> p->dsp.fdct(block);
>
> but dsp.fdct is never assigned if CONFIG_ENCODERS
> is not defined in libavcodec/i386/dsputil_mmx.c
rejected, dct belongs to the encoding stuff and should be under that ifdef
add a CONFIG_DCT if you want instead
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is
More information about the MPlayer-dev-eng
mailing list