summaryrefslogtreecommitdiffstats
path: root/postproc/swscale_internal.h
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-24 07:47:41 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-24 07:47:41 +0000
commitbe41c4a71e4144a326f8e408fa86ed46ae76eeb9 (patch)
tree52b2084bc20037b2945b9c720ecd23e729b10d53 /postproc/swscale_internal.h
parent9eaff548207834f2e94f97829ce0e56e029445d9 (diff)
downloadmpv-be41c4a71e4144a326f8e408fa86ed46ae76eeb9.tar.bz2
mpv-be41c4a71e4144a326f8e408fa86ed46ae76eeb9.tar.xz
support for both orderings of the slices (top->down / bottom->up)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15249 b3059339-0415-0410-9bf9-f77b7e298cf2
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;