summaryrefslogtreecommitdiff
path: root/tests/regression-funcs.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-15 18:51:57 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-15 19:16:57 +0200
commiteacf7d650dfe6e97d6100a232fa6a89592b625b5 (patch)
tree08ac45fefde0eab9e8084743ee5a808f39f77d69 /tests/regression-funcs.sh
parentbeeb7551d6ab44bc6a1125e6d537508bff3694fc (diff)
parent0c1959b056f6ccaa2eee2c824352ba93c8e36d52 (diff)
Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'
* commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52': lavf: add AVFMT_FLAG_BITEXACT. Conflicts: doc/APIchanges libavformat/avformat.h libavformat/flacenc.c libavformat/movenc.c libavformat/oggenc.c libavformat/options_table.h libavformat/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/regression-funcs.sh')
-rwxr-xr-xtests/regression-funcs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index da17ac587f..86bc446a34 100755
--- a/tests/regression-funcs.sh
+++ b/tests/regression-funcs.sh
@@ -44,7 +44,7 @@ echov(){
. $(dirname $0)/md5.sh
AVCONV_OPTS="-nostats -y -cpuflags $cpuflags"
-COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact"
+COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact -fflags +bitexact"
DEC_OPTS="$COMMON_OPTS -threads $threads"
ENC_OPTS="$COMMON_OPTS -threads 1 -dct fastint"