From 627690b5a2899571d213380210ab3c4118270144 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 21 Dec 2001 02:09:34 +0000 Subject: [PATCH] minor bugfixes (noone noticed them) a few more asserts Originally committed as revision 3642 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/swscale.c | 2 +- postproc/swscale_template.c | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/postproc/swscale.c b/postproc/swscale.c index d81fa6b37f..5c734c6a64 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -206,7 +206,7 @@ static inline void yuv2yuvXinC(int16_t *lumFilter, int16_t **lumSrc, int lumFilt int u=0; int v=0; int j; - for(j=0; j>1, chrDstH= dstH; for(i=0; i>1, chrDstH= dstH; __asm __volatile(EMMS:::"memory"); #endif firstTime=0; -} \ No newline at end of file +}