[Ffmpeg-devel] ADI Blackfin port and optimization

Diego Biurrun diego
Sun Sep 17 00:26:27 CEST 2006


On Wed, Aug 23, 2006 at 07:34:57PM +0200, Michael Niedermayer wrote:
> 
> On Wed, Aug 23, 2006 at 01:05:14PM -0400, Michael Benjamin wrote:
> > On 8/23/06, Michael Niedermayer <michaelni at gmx.at> wrote:
> > >
> > >> diff -pruN ffmpeg/libavcodec/bfin/dsputil_bfin.c
> > >ffmpeg-bfin/libavcodec/bfin/dsputil_bfin.c
> > >[...]
> > >> +void dsputil_init_bfin( DSPContext* c, AVCodecContext *avctx );
> > >
> > >this should be in the header file or dsputil.c from where its called,
> > >here its useless
> > >
> > >> +
> > >> +int sad8x8_bfin( void *c, uint8_t *blk1, uint8_t *blk2, int line_size,
> > >int h )
> > >
> > >this should be static int sad8x8_bfin( ...
> > >
> > >except these iam fine with the patch
> > 
> > 
> > attached patch fixes these two.
> 
> looks ok

Committed.

Diego




More information about the ffmpeg-devel mailing list