projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3ca1f
)
Raise MAX_THREADS to 16.
author
Frank Barchard
<fbarchard@google.com>
Thu, 15 Oct 2009 15:11:57 +0000
(15:11 +0000)
committer
Carl 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
patch
|
blob
|
history
diff --git
a/libavcodec/mpegvideo.h
b/libavcodec/mpegvideo.h
index
9b19841
..
89b983f
100644
(file)
--- a/
libavcodec/mpegvideo.h
+++ b/
libavcodec/mpegvideo.h
@@
-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