mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
2e3ca1ffd0
commit
e8b785411e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue