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 /libavformat | |
parent | 064b875e894f45ea9e0426696559645d87af0bc3 (diff) | |
download | ffmpeg-ea980d4162cf783c3ed9978c6e12b9908f5b039b.tar.gz |
fate: add tests for h264 and vp9 video enc parameters export
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 2b634ecbfc..fa325d2320 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -669,3 +669,4 @@ TOOLS = aviocat \ probetest \ seek_print \ sidxindex \ + venc_data_dump |