[FFmpeg-devel] [PATCH] Consistently rename swscale.c wrapper functions

Stefano Sabatini stefano.sabatini-lala
Wed Jan 20 20:07:00 CET 2010


On date Wednesday 2010-01-20 01:04:49 +0100, Stefano Sabatini encoded:
> Hi, as in subject, should be less confusing.
[...]

Ping? If I got no reply I'll apply after a week.

BTW about wrappers, I'm thinking about to create some structure for
them of the kind:

SWScaleWrapper
    config(enum PixelFormat srcFormat, enum PixelFormat dstFormat)
    scale(const uint8_t* src[], int srcStride[], int srcSliceY,
          int srcSliceH, uint8_t* dstParam[], int dstStride[])

which should simplify sws_getContext() and speed-up scaling.

Regards.
-- 
FFmpeg = Faboulous & Forgiving Mere Proud Elitist God



More information about the ffmpeg-devel mailing list