[MPlayer-cvslog] r26209 - trunk/libswscale/swscale_internal.h

benoit subversion at mplayerhq.hu
Mon Mar 10 15:28:25 CET 2008


Author: benoit
Date: Mon Mar 10 15:28:25 2008
New Revision: 26209

Log:
define VOF as double of VOFW.


Modified:
   trunk/libswscale/swscale_internal.h

Modified: trunk/libswscale/swscale_internal.h
==============================================================================
--- trunk/libswscale/swscale_internal.h	(original)
+++ trunk/libswscale/swscale_internal.h	Mon Mar 10 15:28:25 2008
@@ -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[]);



More information about the MPlayer-cvslog mailing list