Commit e8b78541 authored by Frank Barchard's avatar Frank Barchard Committed by Carl Eugen Hoyos

Raise MAX_THREADS to 16.

Patch by Frank Barchard, fbarchard google com

Originally committed as revision 20239 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2e3ca1ff
......@@ -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
......
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