summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-07 20:08:56 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-05-07 20:08:56 +0200
commitcb982739fa2b43afb7f1262c07804cad41f778de (patch)
tree1e2c60ad154b5784466527bb1cf7effcafd3d342
parentfff9680d8c9d9dd546942608055aec0e06593746 (diff)
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>
-rw-r--r--libavcodec/mpegvideo.h2
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