You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
mpegvideo: double thread limit
16 seems a bit tight for current high end and expected near term future boxes. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -58,7 +58,7 @@ enum OutputFormat {
|
|||||||
#define MAX_FCODE 7
|
#define MAX_FCODE 7
|
||||||
#define MAX_MV 2048
|
#define MAX_MV 2048
|
||||||
|
|
||||||
#define MAX_THREADS 16
|
#define MAX_THREADS 32
|
||||||
|
|
||||||
#define MAX_PICTURE_COUNT 32
|
#define MAX_PICTURE_COUNT 32
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user