diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-09 01:52:12 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-12 13:07:47 +0200 |
commit | 09d3449a8f55134d45a2bfa2954668f987a4999d (patch) | |
tree | 8ab0467d588e0743d5b90912992e6be03300397a /tests/filtergraphs | |
parent | 9b11c2ef363de654dc1e86ba232a6a0f1ef73873 (diff) | |
download | ffmpeg-09d3449a8f55134d45a2bfa2954668f987a4999d.tar.gz |
fate/filter: test gradfun timeline.
Diffstat (limited to 'tests/filtergraphs')
-rw-r--r-- | tests/filtergraphs/gradfun | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filtergraphs/gradfun b/tests/filtergraphs/gradfun index 2923cb5e21..d93dcafe22 100644 --- a/tests/filtergraphs/gradfun +++ b/tests/filtergraphs/gradfun @@ -1,2 +1,2 @@ sws_flags=+accurate_rnd+bitexact; -format=gray, perms=random, gradfun=10:8 +format=gray, perms=random, gradfun=10:8:enable='not(between(n,5,10))' |