abr update Windows

This commit is contained in:
csf
2022-06-27 03:30:46 -07:00
parent 83e5028cc9
commit 21a90c5de8
7 changed files with 13 additions and 8 deletions

View File

@@ -140,6 +140,10 @@ impl EncoderApi for HwEncoder {
fn use_yuv(&self) -> bool {
false
}
fn set_bitrate(&mut self, bitrate: u32) -> ResultType<()> {
todo!()
}
}
impl HwEncoder {