Browse Source

mpegvideo: double thread limit

16 seems a bit tight for current high end and expected near term future boxes.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
cb982739fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegvideo.h

+ 1
- 1
libavcodec/mpegvideo.h View File

@@ -58,7 +58,7 @@ enum OutputFormat {
#define MAX_FCODE 7
#define MAX_MV 2048

#define MAX_THREADS 16
#define MAX_THREADS 32

#define MAX_PICTURE_COUNT 32



Loading…
Cancel
Save