Commit 7271af73 authored by vitor's avatar vitor

Cosmetics: alignment


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@27818 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 558dcc86
...@@ -2344,10 +2344,10 @@ SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat, int d ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment