[FFmpeg-cvslog] mpegvideo: double thread limit
Michael Niedermayer
git at videolan.org
Mon May 7 20:37:49 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon May 7 20:08:56 2012 +0200| [cb982739fa2b43afb7f1262c07804cad41f778de] | committer: Michael Niedermayer
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 at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb982739fa2b43afb7f1262c07804cad41f778de
---
libavcodec/mpegvideo.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index fc3038e..f452fd5 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
More information about the ffmpeg-cvslog
mailing list