[SCM] libav/experimental: define VOF as double of VOFW.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:49 UTC 2013


The following commit has been merged in the experimental branch:
commit 710af50e0c9723d856b330cfd297c82b5a76e946
Author: Benoit Fouet <benoit.fouet at free.fr>
Date:   Mon Mar 10 14:28:25 2008 +0000

    define VOF as double of VOFW.
    
    Originally committed as revision 26209 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index ee14fc3..0370068 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -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[]);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list