diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2023-01-09 15:12:10 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2023-01-17 10:10:52 +0800 |
commit | 749154532008e5062ea58c74dff9a94a8e2f020c (patch) | |
tree | 31a7e1a697a17749d0de351850808365f1303c8f /COPYING.LGPLv2.1 | |
parent | 3763635ef40c59ce02e79efc0f117e1298a775d9 (diff) | |
download | ffmpeg-749154532008e5062ea58c74dff9a94a8e2f020c.tar.gz |
lavfi/qsv: use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsv
The same members between QSVVPPContext and VPPContext are removed from
VPPContext, and async_depth is moved from QSVVPPParam to QSVVPPContext
so that all QSV filters using QSVVPPContext may support async depth.
In addition, we may use QSVVPPContext as base context in other QSV
filters in the future so that we may re-use functions defined in
qsvvpp.c for other QSV filters.
This commit shouldn't change the functionality of vpp_qsv / overlay_qsv.
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'COPYING.LGPLv2.1')
0 files changed, 0 insertions, 0 deletions