summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-11 17:06:11 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-25 11:59:45 +0200
commitea980d4162cf783c3ed9978c6e12b9908f5b039b (patch)
tree43ed88ac26396195c264f640875058edda0c40dd /tests/fate-run.sh
parent064b875e894f45ea9e0426696559645d87af0bc3 (diff)
fate: add tests for h264 and vp9 video enc parameters export
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 7c6d753261..002944b010 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -487,6 +487,13 @@ concat(){
fi
}
+venc_data(){
+ file=$1
+ stream=$2
+ frames=$3
+ run tools/venc_data_dump${EXECSUF} ${file} ${stream} ${frames} ${threads} ${thread_type}
+}
+
null(){
:
}