diff postproc/swscale_internal.h @ 15248:43e55b3d1af0

support for both orderings of the slices (top->down / bottom->up)
author henry
date Sun, 24 Apr 2005 07:47:41 +0000
parents e85e3894520f
children 08cac43f1e38
line wrap: on
line diff
--- a/postproc/swscale_internal.h	Sun Apr 24 07:43:41 2005 +0000
+++ b/postproc/swscale_internal.h	Sun Apr 24 07:47:41 2005 +0000
@@ -60,6 +60,7 @@
 	int chrIntHSubSample, chrIntVSubSample;
 	int chrDstHSubSample, chrDstVSubSample;
 	int vChrDrop;
+        int sliceDir;
 	double param[2];
 
 	int16_t **lumPixBuf;