diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-05-11 17:06:11 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-05-25 11:59:45 +0200 |
commit | ea980d4162cf783c3ed9978c6e12b9908f5b039b (patch) | |
tree | 43ed88ac26396195c264f640875058edda0c40dd /tests/fate-run.sh | |
parent | 064b875e894f45ea9e0426696559645d87af0bc3 (diff) | |
download | ffmpeg-ea980d4162cf783c3ed9978c6e12b9908f5b039b.tar.gz |
fate: add tests for h264 and vp9 video enc parameters export
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 7 |
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(){ : } |