comparison libswscale/swscale.c @ 27784:a57f38e92ed5

Cosmetics: alignment
author vitor
date Thu, 23 Oct 2008 19:20:14 +0000
parents 3a18c8bdb555
children 3ebf88c5eb3d
comparison
equal deleted inserted replaced
27783:3a18c8bdb555 27784:a57f38e92ed5
2342 && dstFormat != PIX_FMT_BGR32_1 2342 && dstFormat != PIX_FMT_BGR32_1
2343 && (!needsDither || (c->flags&(SWS_FAST_BILINEAR|SWS_POINT)))) 2343 && (!needsDither || (c->flags&(SWS_FAST_BILINEAR|SWS_POINT))))
2344 c->swScale= rgb2rgbWrapper; 2344 c->swScale= rgb2rgbWrapper;
2345 2345
2346 if ((usePal(srcFormat) && ( 2346 if ((usePal(srcFormat) && (
2347 dstFormat == PIX_FMT_RGB32 || 2347 dstFormat == PIX_FMT_RGB32 ||
2348 dstFormat == PIX_FMT_RGB32_1 || 2348 dstFormat == PIX_FMT_RGB32_1 ||
2349 dstFormat == PIX_FMT_RGB24 || 2349 dstFormat == PIX_FMT_RGB24 ||
2350 dstFormat == PIX_FMT_BGR32 || 2350 dstFormat == PIX_FMT_BGR32 ||
2351 dstFormat == PIX_FMT_BGR32_1 || 2351 dstFormat == PIX_FMT_BGR32_1 ||
2352 dstFormat == PIX_FMT_BGR24))) 2352 dstFormat == PIX_FMT_BGR24)))
2353 c->swScale= pal2rgbWrapper; 2353 c->swScale= pal2rgbWrapper;
2354 2354
2355 if (srcFormat == PIX_FMT_YUV422P) 2355 if (srcFormat == PIX_FMT_YUV422P)