diff options
author | Frank Barchard <fbarchard@google.com> | 2009-10-15 15:11:57 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-10-15 15:11:57 +0000 |
commit | e8b785411e067df7bb5d39fd2d1007d72b7f2a9a (patch) | |
tree | 6de0a55ca96fc9e54c5bc8441828232cd31bef48 | |
parent | 2e3ca1ffd0ff93bc77bbfb08e9d978d9ef3502e2 (diff) | |
download | ffmpeg-e8b785411e067df7bb5d39fd2d1007d72b7f2a9a.tar.gz |
Raise MAX_THREADS to 16.
Patch by Frank Barchard, fbarchard google com
Originally committed as revision 20239 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 9b19841a11..89b983f59d 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -54,7 +54,7 @@ enum OutputFormat { #define MAX_FCODE 7 #define MAX_MV 2048 -#define MAX_THREADS 8 +#define MAX_THREADS 16 #define MAX_PICTURE_COUNT 32 |