summaryrefslogtreecommitdiff
path: root/tests/regression-funcs.sh
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-02-24 19:24:27 +0100
committerAnton Khirnov <anton@khirnov.net>2012-02-26 07:28:04 +0100
commit493a86e25b9e51b45231c510cabe481ae369fb37 (patch)
tree325ad0ff630889a706d4e6ccd1b91263afbb743b /tests/regression-funcs.sh
parent42459c6abb8e9149836ad56853952f4468d75369 (diff)
FATE: remove a bunch of useless -vsync 0
No changes in the test results.
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 6d23fa387e..3306f39941 100755
--- a/tests/regression-funcs.sh
+++ b/tests/regression-funcs.sh
@@ -95,7 +95,7 @@ do_avconv_crc()
do_video_decoding()
{
- do_avconv $raw_dst $DEC_OPTS $1 -i $target_path/$file -f rawvideo $ENC_OPTS -vsync 0 $2
+ do_avconv $raw_dst $DEC_OPTS $1 -i $target_path/$file -f rawvideo $ENC_OPTS $2
}
do_video_encoding()