diff options
author | vitor <vitor@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-23 19:20:14 +0000 |
---|---|---|
committer | vitor <vitor@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-23 19:20:14 +0000 |
commit | d979a142fd342fc4e8a44f8f34f6437df68c60cb (patch) | |
tree | 167eebc79201a44094a3d559e78ad9455a37d7af /libswscale | |
parent | f42e50f3679d7ce362d6ca5652dd90c6fd289073 (diff) |
Cosmetics: alignment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27818 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 1ad488c57f..a926bade05 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -2344,10 +2344,10 @@ SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat, int d c->swScale= rgb2rgbWrapper; if ((usePal(srcFormat) && ( - dstFormat == PIX_FMT_RGB32 || + dstFormat == PIX_FMT_RGB32 || dstFormat == PIX_FMT_RGB32_1 || - dstFormat == PIX_FMT_RGB24 || - dstFormat == PIX_FMT_BGR32 || + dstFormat == PIX_FMT_RGB24 || + dstFormat == PIX_FMT_BGR32 || dstFormat == PIX_FMT_BGR32_1 || dstFormat == PIX_FMT_BGR24))) c->swScale= pal2rgbWrapper; |