tmp fix video qos reset

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-04-06 16:48:29 +08:00
parent 53f6734997
commit bc5c6e9a06
2 changed files with 4 additions and 2 deletions

View File

@@ -221,7 +221,9 @@ impl VideoQoS {
}
pub fn reset(&mut self) {
*self = Default::default();
self.fps = FPS;
self.user_fps = FPS;
self.updated = true;
}
pub fn check_abr_config(&mut self) -> bool {