]> git.sesse.net Git - ffmpeg/commit
lavfi: add common code to handle QP tables
authorAnton Khirnov <anton@khirnov.net>
Mon, 14 Dec 2020 13:36:05 +0000 (14:36 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 1 Jan 2021 13:24:20 +0000 (14:24 +0100)
commitfba0ecbe20db2d63c0227887ce21a137da68b30d
tree58d3123b108cfe66ac30229745d7eed5348df938
parentc72d5264944c11ecf4e5724b56876721becd5aa3
lavfi: add common code to handle QP tables

It will be used for converting the *pp filters to the new
AVVideoEncParams API.
libavfilter/qp_table.c [new file with mode: 0644]
libavfilter/qp_table.h [new file with mode: 0644]