[FFmpeg-cvslog] r20239 - trunk/libavcodec/mpegvideo.h

cehoyos subversion
Thu Oct 15 17:11:57 CEST 2009


Author: cehoyos
Date: Thu Oct 15 17:11:57 2009
New Revision: 20239

Log:
Raise MAX_THREADS to 16.

Patch by Frank Barchard, fbarchard google com

Modified:
   trunk/libavcodec/mpegvideo.h

Modified: trunk/libavcodec/mpegvideo.h
==============================================================================
--- trunk/libavcodec/mpegvideo.h	Thu Oct 15 15:55:19 2009	(r20238)
+++ trunk/libavcodec/mpegvideo.h	Thu Oct 15 17:11:57 2009	(r20239)
@@ -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
 



More information about the ffmpeg-cvslog mailing list