summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
diff options
context:
space:
mode:
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;