diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-07 20:08:56 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-07 20:08:56 +0200 |
commit | cb982739fa2b43afb7f1262c07804cad41f778de (patch) | |
tree | 1e2c60ad154b5784466527bb1cf7effcafd3d342 /libavcodec | |
parent | fff9680d8c9d9dd546942608055aec0e06593746 (diff) | |
download | ffmpeg-cb982739fa2b43afb7f1262c07804cad41f778de.tar.gz |
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>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index fc3038eafa..f452fd5a31 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -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 |