define VOF as double of VOFW.
authorBenoit Fouet <benoit.fouet@free.fr>
Mon, 10 Mar 2008 14:28:25 +0000 (14:28 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Mon, 10 Mar 2008 14:28:25 +0000 (14:28 +0000)
Originally committed as revision 26209 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale_internal.h

index ee14fc3..0370068 100644 (file)
@@ -31,8 +31,8 @@
 
 #define MAX_FILTER_SIZE 256
 
-#define VOF  4096
 #define VOFW 2048
+#define VOF  (VOFW*2)
 
 typedef int (*SwsFunc)(struct SwsContext *context, uint8_t* src[], int srcStride[], int srcSliceY,
              int srcSliceH, uint8_t* dst[], int dstStride[]);