changeset 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 06bdadf410a9
children e234640098aa
files mpegvideo.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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