You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Use VOFW 21503 as a default value for all types of the CPUs
This commit is contained in:
committed by
Michael Niedermayer
parent
4f038fdc23
commit
1d14edb724
@@ -35,11 +35,7 @@
|
|||||||
|
|
||||||
#define MAX_FILTER_SIZE 256
|
#define MAX_FILTER_SIZE 256
|
||||||
|
|
||||||
#if ARCH_X86
|
|
||||||
#define VOFW 21504
|
#define VOFW 21504
|
||||||
#else
|
|
||||||
#define VOFW 2048 // faster on PPC and not tested on others
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define VOF (VOFW*2)
|
#define VOF (VOFW*2)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user