mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +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:
parent
fff9680d8c
commit
cb982739fa
@ -58,7 +58,7 @@ enum OutputFormat {
|
||||
#define MAX_FCODE 7
|
||||
#define MAX_MV 2048
|
||||
|
||||
#define MAX_THREADS 16
|
||||
#define MAX_THREADS 32
|
||||
|
||||
#define MAX_PICTURE_COUNT 32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user