diff postproc/postprocess_internal.h @ 8805:e547ce712577

YUV 411/422/444 support for pp
author michael
date Sun, 05 Jan 2003 19:10:42 +0000
parents 11888c95481b
children
line wrap: on
line diff
--- a/postproc/postprocess_internal.h	Sun Jan 05 16:44:44 2003 +0000
+++ b/postproc/postprocess_internal.h	Sun Jan 05 19:10:42 2003 +0000
@@ -119,6 +119,9 @@
 	int cpuCaps;
         
 	int stride; //size of some buffers (needed to realloc them if needed)
+        
+	int hChromaSubSample;
+	int vChromaSubSample;
 
 	PPMode ppMode;
 } PPContext;