diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2023-01-30 09:37:19 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2023-02-03 10:27:58 +0800 |
commit | b92028346c35dad837dd1160930435d88bd838b5 (patch) | |
tree | 92ccaeb8d667be2e80eb6aec0e1f1ac1a4600c62 /libavcodec/amfenc_av1.c | |
parent | a48c95d3c9c404c9139f7fc4eb7ae8bdf6fe0eaa (diff) | |
download | ffmpeg-b92028346c35dad837dd1160930435d88bd838b5.tar.gz |
lavfi/deinterlace_qsv: re-use VPPContext for deinterlace_qsv filter
QSVDeintContext and VPPContext have the same base context, and all
features in deinterlace_qsv are implemented in vpp_qsv filter, so
deinterlace_qsv can be taken as a special case of vpp_qsv filter, and we
may use VPPContext with a different option array, preinit callback and
support pixel formats to implement deinterlace_qsv, then remove
QSVDeintContext.
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'libavcodec/amfenc_av1.c')
0 files changed, 0 insertions, 0 deletions