diff mpegvideo.h @ 10403:dfe00158fca6 libavcodec

Raise MAX_THREADS to 16. Patch by Frank Barchard, fbarchard google com
author cehoyos
date Thu, 15 Oct 2009 15:11:57 +0000
parents 47cc5a20fac0
children b08c6f64a6c0
line wrap: on
line diff
--- a/mpegvideo.h	Thu Oct 15 11:50:32 2009 +0000
+++ b/mpegvideo.h	Thu Oct 15 15:11:57 2009 +0000
@@ -54,7 +54,7 @@
 #define MAX_FCODE 7
 #define MAX_MV 2048
 
-#define MAX_THREADS 8
+#define MAX_THREADS 16
 
 #define MAX_PICTURE_COUNT 32