Browse Source

Raise MAX_THREADS to 16.

Patch by Frank Barchard, fbarchard google com

Originally committed as revision 20239 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Frank Barchard Carl Eugen Hoyos 16 years ago
parent
commit
e8b785411e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegvideo.h

+ 1
- 1
libavcodec/mpegvideo.h View 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



Loading…
Cancel
Save