summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'postproc/postprocess_internal.h')
-rw-r--r--postproc/postprocess_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/postproc/postprocess_internal.h b/postproc/postprocess_internal.h
index e95e5e76de..f45a0cf85b 100644
--- a/postproc/postprocess_internal.h
+++ b/postproc/postprocess_internal.h
@@ -119,6 +119,9 @@ typedef struct PPContext{
int cpuCaps;
int stride; //size of some buffers (needed to realloc them if needed)
+
+ int hChromaSubSample;
+ int vChromaSubSample;
PPMode ppMode;
} PPContext;