OSDN Git Service

fate: disable threading for encoding
authorMans Rullgard <mans@mansr.com>
Fri, 20 May 2011 11:57:12 +0000 (12:57 +0100)
committerMans Rullgard <mans@mansr.com>
Fri, 20 May 2011 12:50:52 +0000 (13:50 +0100)
This explicitly disables threading for encoding as slices are otherwise
automatically activated.  This should be dropped once option resetting
between files is fully implemented.

Signed-off-by: Mans Rullgard <mans@mansr.com>
tests/regression-funcs.sh

index b79c258..933aa64 100755 (executable)
@@ -53,7 +53,7 @@ echov(){
 FFMPEG_OPTS="-v 0 -y"
 COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact"
 DEC_OPTS="$COMMON_OPTS -threads $threads"
-ENC_OPTS="$COMMON_OPTS -dct fastint"
+ENC_OPTS="$COMMON_OPTS -threads 1 -dct fastint"
 
 run_ffmpeg()
 {