diff postproc/swscale_internal.h @ 13373:6bd869a18d2c

passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags fixing the naming of the scaling functions a little
author michael
date Sat, 18 Sep 2004 00:08:17 +0000
parents 1d6892e87a2c
children 992960f68af0
line wrap: on
line diff
--- a/postproc/swscale_internal.h	Fri Sep 17 21:15:52 2004 +0000
+++ b/postproc/swscale_internal.h	Sat Sep 18 00:08:17 2004 +0000
@@ -54,6 +54,7 @@
 	int chrIntHSubSample, chrIntVSubSample;
 	int chrDstHSubSample, chrDstVSubSample;
 	int vChrDrop;
+	double param[2];
 
 	int16_t **lumPixBuf;
 	int16_t **chrPixBuf;