1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-19 13:51:14 +00:00

Fix inconsistent indentation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29545 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ramiro 2009-08-22 19:30:19 +00:00
parent 2b8b5b7053
commit 62123551eb

View File

@ -37,7 +37,7 @@ const char *sws_format_name(enum PixelFormat format);
|| (x)==PIX_FMT_GRAY16BE \
|| (x)==PIX_FMT_GRAY16LE \
)
#define hasChroma(x) (!( \
#define hasChroma(x) (!( \
isGray(x) \
|| (x)==PIX_FMT_MONOBLACK \
|| (x)==PIX_FMT_MONOWHITE \
@ -165,7 +165,7 @@ static int doTest(uint8_t *ref[4], int refStride[4], int w, int h, int srcFormat
flags, ssdY, ssdU, ssdV, ssdA);
fflush(stdout);
end:
end:
sws_freeContext(srcContext);
sws_freeContext(dstContext);