Raise MAX_THREADS to 16.

Patch by Frank Barchard, fbarchard google com

Originally committed as revision 20239 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Frank Barchard 2009-10-15 15:11:57 +00:00 committed by Carl Eugen Hoyos
parent 2e3ca1ffd0
commit e8b785411e
1 changed files with 1 additions and 1 deletions

View File

@ -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