[FFmpeg-devel] [PATCH 2/2] libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Thu Mar 17 20:38:22 CET 2011
On 17 Mar 2011, at 15:16, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Thu, Mar 17, 2011 at 09:20:30PM +1100, Peter Ross wrote:
>> ---
>> libswscale/swscale.c | 49 +++++++++++++++++++++++++++++++++++++++++
>> libswscale/swscale.h | 2 +-
>> libswscale/swscale_internal.h | 10 ++++++-
>> libswscale/swscale_template.c | 7 ++++++
>> libswscale/utils.c | 2 +
>> libswscale/yuv2rgb.c | 12 ++++++++++
>> 6 files changed, 79 insertions(+), 3 deletions(-)
>
> LGTM if tested
Shouldn't it rather use one of the av_asserts instead of just assert?
More information about the ffmpeg-devel
mailing list