From e63ac25d05587df64f615e548543fc5f0e8c33b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20Makovi=C4=8Dka?= Date: Sun, 24 Apr 2005 07:47:41 +0000 Subject: support for both orderings of the slices (top->down / bottom->up) Originally committed as revision 15249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/swscale_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'postproc/swscale_internal.h') diff --git a/postproc/swscale_internal.h b/postproc/swscale_internal.h index d1fae26669..fff873297c 100644 --- a/postproc/swscale_internal.h +++ b/postproc/swscale_internal.h @@ -60,6 +60,7 @@ typedef struct SwsContext{ int chrIntHSubSample, chrIntVSubSample; int chrDstHSubSample, chrDstVSubSample; int vChrDrop; + int sliceDir; double param[2]; int16_t **lumPixBuf; -- cgit v1.2.3