summaryrefslogtreecommitdiff
path: root/tests/lavfi-regression.sh
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-05-13 12:30:46 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-05-13 12:30:46 +0000
commite904c51fa16185799094b4d9731488854f6057a9 (patch)
treefbaefe6908b76e0ac817af5e2b4b2af2670e35df /tests/lavfi-regression.sh
parent458638e3db7701d74bcbc02b08e24c844eb22e48 (diff)
Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.
Originally committed as revision 23109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-xtests/lavfi-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 03e7cefb16..4ac35bf394 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -20,7 +20,7 @@ do_lavfi() {
vfilters="slicify=random,$2"
if [ -n "$test" ] ; then
- do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vfilters $vfilters"
+ do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vf $vfilters"
fi
}