Commit be1afadb authored by cehoyos's avatar cehoyos

Raise MAX_THREADS to 16.

Patch by Frank Barchard, fbarchard google com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20239 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fe06e322
...@@ -54,7 +54,7 @@ enum OutputFormat { ...@@ -54,7 +54,7 @@ enum OutputFormat {
#define MAX_FCODE 7 #define MAX_FCODE 7
#define MAX_MV 2048 #define MAX_MV 2048
#define MAX_THREADS 8 #define MAX_THREADS 16
#define MAX_PICTURE_COUNT 32 #define MAX_PICTURE_COUNT 32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment