summaryrefslogtreecommitdiff
path: root/tests/lavfi-regression.sh
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-17 14:59:12 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-17 14:59:12 +0000
commita1e171dfee17a9dcc7c5907b16d5c1a2748bfe73 (patch)
treeb3606befcc85e3bbd5e0f8cf4032b343cae928a2 /tests/lavfi-regression.sh
parent3123823cb2376affe6179efe36c52d6017e998d3 (diff)
Add hflip filter.
Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-xtests/lavfi-regression.sh1
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"