mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 22:11:29 +03:00
update hwcodec, qsv support changing bitrate (#7911)
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -183,7 +183,7 @@ impl EncoderApi for HwRamEncoder {
|
||||
}
|
||||
|
||||
fn support_abr(&self) -> bool {
|
||||
!self.name.contains("qsv")
|
||||
["qsv", "vaapi"].iter().all(|&x| !self.name.contains(x))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user