[FFmpeg-devel] PATCH libswscale yuv2rgbtst infastructure

Marc Hoffman mmh
Wed May 2 13:50:03 CEST 2007


Michael Niedermayer writes:
 > Hi
 > 
 > On Tue, May 01, 2007 at 11:39:22PM -0400, Marc Hoffman wrote:
 > > Michael Niedermayer writes:
 > >  > Hi
 > >  > 
 > >  > On Tue, May 01, 2007 at 06:31:32AM -0400, Marc Hoffman wrote:
 > >  > Content-Description: message body text
 > >  > > 
 > >  > > yuv to rgb color space converter test, debug and performance
 > >  > > infastructure.
 > >  > > 
 > >  > 
 > >  > [...]
 > >  > 
 > >  > > +#include "swscale_internal.h"
 > >  > 
 > >  > this is not needed for testing
 > > 
 > > Where do I get this then or should I just include it directly?
 > > 
 > > typedef int (*SwsFunc)(struct SwsContext *context, uint8_t* src[], int srcStride[], int srcSliceY,
 > >              int srcSliceH, uint8_t* dst[], int dstStride[]);
 > 
 > you must not touch internal parts of swscale, swscale has a public API
 > which should be used

Ok I will call through swscale, no problem.





More information about the ffmpeg-devel mailing list