[MPlayer-dev-eng] [PATCH] removed av_fdct from dsputil_mlib.c

Michael Niedermayer michaelni at gmx.at
Fri Aug 30 18:29:13 CEST 2002


Hi

On Friday 30 August 2002 16:21, Martin Olschewski wrote:
> Hallo,
>
> since somebody (perhaps Michael Niedermayer) removed av_fdct
> from libavcodec/dsputil.h it seems save to remove it from
> libavcodec/mlib/dsputil_mlib.c, too.  Otherwise it will not
> compile anymore.  (My shortest patch ever, once again for
> sun/solaris.)
nice, but wrong, av_fdct wasnt removed, it was moved into MpegEncContext, u 
should set MpegEncContext->fdct instead (and u should check the value of 
AVCodecContext->dct_algo before, just look at  MPV_common_init_mmx(), the 
rest should be obvious)

[...]

Michael



More information about the MPlayer-dev-eng mailing list