diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-17 14:59:12 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-17 14:59:12 +0000 |
commit | a1e171dfee17a9dcc7c5907b16d5c1a2748bfe73 (patch) | |
tree | b3606befcc85e3bbd5e0f8cf4032b343cae928a2 /tests/lavfi-regression.sh | |
parent | 3123823cb2376affe6179efe36c52d6017e998d3 (diff) | |
download | ffmpeg-a1e171dfee17a9dcc7c5907b16d5c1a2748bfe73.tar.gz |
Add hflip filter.
Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-x | tests/lavfi-regression.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index d30783f019..511e0aec25 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -59,6 +59,7 @@ do_lavfi_pixfmts(){ # all these filters have exactly one input and exactly one output do_lavfi_pixfmts "crop" "100:100:100:100" +do_lavfi_pixfmts "hflip" "" do_lavfi_pixfmts "null" "" do_lavfi_pixfmts "pad" "500:400:20:20" do_lavfi_pixfmts "scale" "200:100" |