mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 15:13:20 +03:00
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:
@@ -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 " ")
|
||||
|
||||
Reference in New Issue
Block a user