summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2011-08-31 13:57:01 -0700
committerAlex Converse <alex.converse@gmail.com>2011-09-01 16:35:38 -0700
commit757b86cd9eb5660dbef2e060db9a9945ff4bfc24 (patch)
tree7501864fcf3e98075b3407f28b6c6b3f8fe3e741 /tests
parent6248694861f0c414571fadba447a0c1cab95284e (diff)
codec-regression: force vsync 0 on the me_threshold test to make sure frames match.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/codec-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 708509c29d..164550bcc3 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -58,7 +58,7 @@ do_video_decoding
# mpeg2 encoding interlaced
file=${outfile}mpeg2reuse.mpg
-do_avconv $file $DEC_OPTS -me_threshold 256 -i ${target_path}/${outfile}mpeg2thread.mpg $ENC_OPTS -same_quant -me_threshold 256 -mb_threshold 1024 -vcodec mpeg2video -f mpeg1video -bf 2 -flags +ildct+ilme -threads 4
+do_avconv $file $DEC_OPTS -me_threshold 256 -i ${target_path}/${outfile}mpeg2thread.mpg $ENC_OPTS -same_quant -me_threshold 256 -mb_threshold 1024 -vcodec mpeg2video -vsync 0 -f mpeg1video -bf 2 -flags +ildct+ilme -threads 4
do_video_decoding
fi