diff libpostproc/postprocess_internal.h @ 957:8a95bda80fdc libavcodec

YUV 411/422/444 support for pp
author michael
date Sun, 05 Jan 2003 19:10:42 +0000
parents 04fd733c5e4b
children 3644e555a20a
line wrap: on
line diff
--- a/libpostproc/postprocess_internal.h	Sun Jan 05 17:59:26 2003 +0000
+++ b/libpostproc/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;