diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-02-25 14:07:14 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-02-27 14:45:14 +0100 |
commit | 48f3d4311354749f9dc346b38c5b86b1a3626025 (patch) | |
tree | d2d90cfeec9670aca06951ab3d0655ae0504cd0d | |
parent | d8cf9d8a6ca505840a469ada155613dec7d15c31 (diff) | |
download | ffmpeg-48f3d4311354749f9dc346b38c5b86b1a3626025.tar.gz |
fate: add test for the unsharp video filter.
-rwxr-xr-x | tests/lavfi-regression.sh | 1 | ||||
-rw-r--r-- | tests/ref/lavfi/unsharp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index 76960b2b8e..17a805521e 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -45,6 +45,7 @@ do_lavfi "setdar" "setdar=16/9" do_lavfi "setsar" "setsar=16/11" do_lavfi "thumbnail" "thumbnail=10" do_lavfi "transpose" "transpose" +do_lavfi "unsharp" "unsharp=10:10:-1.5:10:10:-1.5" do_lavfi "vflip" "vflip" do_lavfi "vflip_crop" "vflip,crop=iw-100:ih-100:100:100" do_lavfi "vflip_vflip" "vflip,vflip" diff --git a/tests/ref/lavfi/unsharp b/tests/ref/lavfi/unsharp new file mode 100644 index 0000000000..f8c1933495 --- /dev/null +++ b/tests/ref/lavfi/unsharp @@ -0,0 +1 @@ +unsharp 73e38eb0e598230dcbbb1802c35e8dcd |