summaryrefslogtreecommitdiff
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-06-23 10:36:18 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-06-23 10:36:18 +0000
commitc7a810cc25bd0a6f9c784e20895d833a8dfa3119 (patch)
treeef78cb0ff5cf32b5be676346b10fbe8323a1f077 /postproc/swscale.h
parent390dffc5ad72886292603f2715d73f6e591a6e49 (diff)
selftest support
bugfixes Originally committed as revision 6518 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.h')
-rw-r--r--postproc/swscale.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/postproc/swscale.h b/postproc/swscale.h
index 97584672da..bd28e5b6e6 100644
--- a/postproc/swscale.h
+++ b/postproc/swscale.h
@@ -43,6 +43,9 @@ typedef struct SwsContext{
int lumXInc, chrXInc;
int lumYInc, chrYInc;
int dstFormat, srcFormat;
+ int chrSrcHSubSample, chrSrcVSubSample;
+ int chrIntHSubSample, chrIntVSubSample;
+ int chrDstHSubSample, chrDstVSubSample;
int16_t **lumPixBuf;
int16_t **chrPixBuf;