summaryrefslogtreecommitdiff
path: root/postproc/postprocess_internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-01-05 19:10:42 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-01-05 19:10:42 +0000
commite9effafdf929571275dfd9efd30af7806bec1704 (patch)
treeed6973adff4fd84acb54da51c2014f695d0038fa /postproc/postprocess_internal.h
parentf7b47594dca27fffed9d0314ac09ffc1316514b5 (diff)
YUV 411/422/444 support for pp
Originally committed as revision 8806 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
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;