]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
move filter_hw_denoise and filter_hw_sharpness to tvh_codec_profile_video
authorUkn Unknown <4031821+uknunknown@users.noreply.github.com>
Sat, 31 May 2025 18:09:56 +0000 (11:09 -0700)
committerFlole <Flole998@users.noreply.github.com>
Sun, 20 Jul 2025 03:11:35 +0000 (05:11 +0200)
commitb9d34f9135a0b40405581e7dd6534d97327f86eb
treeb698b70c8d7c384b22025ccd992bb734bb55f55e
parentda9fa60323a972f66ac3adf5800ef78f571fba82
move filter_hw_denoise and filter_hw_sharpness to tvh_codec_profile_video

fixes: https://github.com/tvheadend/tvheadend/issues/1818
also fixes a logical define bug: filter_denoise and filter_sharpness should be transferred for all HW accels (not only for VAAPI)
src/transcoding/codec.h
src/transcoding/codec/internals.h
src/transcoding/transcode/video.c