OSDN Git Service

Raise MAX_THREADS to 16.
authorFrank Barchard <fbarchard@google.com>
Thu, 15 Oct 2009 15:11:57 +0000 (15:11 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Thu, 15 Oct 2009 15:11:57 +0000 (15:11 +0000)
Patch by Frank Barchard, fbarchard google com

Originally committed as revision 20239 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo.h

index 9b19841..89b983f 100644 (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