Fix image blur occurring at the moment of changing quality (#10399)

1. Fix this issue occurs on FFmepg qsv, FFmpeg nvenc and SDK mfx, other
   codecs don't have this problem. Clear cache is needed.

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-12-30 11:51:36 +08:00
committed by GitHub
parent 8e4127b6a0
commit 98b00cdb3d
3 changed files with 30 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ vcpkg_from_github(
patch/0006-dlopen-libva.patch
patch/0007-fix-linux-configure.patch
patch/0008-remove-amf-loop-query.patch
patch/0009-fix-nvenc-reconfigure-blur.patch
)
if(SOURCE_PATH MATCHES " ")