From f59d66a7c09d94cd6c148fdef90f63a5732b7d9e Mon Sep 17 00:00:00 2001 From: zuxy Date: Mon, 17 Mar 2008 06:01:58 +0000 Subject: Fix a typo that causes an assertion to always fail. Reported by Alexander Bokovikov (openworld AT uralweb DOT ru) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26257 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale.c') diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 5e3c0a9baa..e6cb3f4c8f 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -2395,7 +2395,7 @@ SwsContext *sws_getContext(int srcW, int srcH, int srcFormat, int dstW, int dstH //try to avoid drawing green stuff between the right end and the stride end for (i=0; ivChrBufSize; i++) memset(c->chrPixBuf[i], 64, (VOF+1)*2); - assert(2*VOF == VOFW); + assert(2*VOFW == VOF); ASSERT(c->chrDstH <= dstH) -- cgit v1.2.3