diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-05-13 12:30:46 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-05-13 12:30:46 +0000 |
commit | e904c51fa16185799094b4d9731488854f6057a9 (patch) | |
tree | fbaefe6908b76e0ac817af5e2b4b2af2670e35df /tests/lavfi-regression.sh | |
parent | 458638e3db7701d74bcbc02b08e24c844eb22e48 (diff) | |
download | ffmpeg-e904c51fa16185799094b4d9731488854f6057a9.tar.gz |
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-x | tests/lavfi-regression.sh | 2 |
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 } |