Commit e82c9f80 authored by benoit's avatar benoit

define VOF as double of VOFW.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@26209 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 5ba6b657
......@@ -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[]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment