[FFmpeg-devel] PATCH libswscale yuv2rgbtst infastructure

Marc Hoffman mmh
Wed May 2 05:39:22 CEST 2007


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[]);


Thanks
Marc




More information about the ffmpeg-devel mailing list