Commit cb982739 authored by Michael Niedermayer's avatar Michael Niedermayer

mpegvideo: double thread limit

16 seems a bit tight for current high end and expected near term future boxes.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent fff9680d
......@@ -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
......
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