summaryrefslogtreecommitdiff
path: root/postproc/swscale_internal.h
diff options
context:
space:
mode:
authorJindřich Makovička <makovick@gmail.com>2005-04-24 07:47:41 +0000
committerJindřich Makovička <makovick@gmail.com>2005-04-24 07:47:41 +0000
commite63ac25d05587df64f615e548543fc5f0e8c33b9 (patch)
tree01e68e6c1631e77953f1311f4ccaad8a23d99be1 /postproc/swscale_internal.h
parent4719d1f3811c3e7e9caaa35aff0ffcf91cd22718 (diff)
support for both orderings of the slices (top->down / bottom->up)
Originally committed as revision 15249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale_internal.h')
-rw-r--r--postproc/swscale_internal.h1
1 files changed, 1 insertions, 0 deletions
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;