You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Cosmetics: alignment
Originally committed as revision 27818 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -2344,10 +2344,10 @@ SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat, int d
|
|||||||
c->swScale= rgb2rgbWrapper;
|
c->swScale= rgb2rgbWrapper;
|
||||||
|
|
||||||
if ((usePal(srcFormat) && (
|
if ((usePal(srcFormat) && (
|
||||||
dstFormat == PIX_FMT_RGB32 ||
|
dstFormat == PIX_FMT_RGB32 ||
|
||||||
dstFormat == PIX_FMT_RGB32_1 ||
|
dstFormat == PIX_FMT_RGB32_1 ||
|
||||||
dstFormat == PIX_FMT_RGB24 ||
|
dstFormat == PIX_FMT_RGB24 ||
|
||||||
dstFormat == PIX_FMT_BGR32 ||
|
dstFormat == PIX_FMT_BGR32 ||
|
||||||
dstFormat == PIX_FMT_BGR32_1 ||
|
dstFormat == PIX_FMT_BGR32_1 ||
|
||||||
dstFormat == PIX_FMT_BGR24)))
|
dstFormat == PIX_FMT_BGR24)))
|
||||||
c->swScale= pal2rgbWrapper;
|
c->swScale= pal2rgbWrapper;
|
||||||
|
Reference in New Issue
Block a user