mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-12 18:44:25 +08:00
feat: 初步增加 Windows 支持
This commit is contained in:
@@ -91,7 +91,7 @@ impl VideoFrameAdapter {
|
||||
return data;
|
||||
}
|
||||
|
||||
let (sps, pps) = crate::webrtc::rtp::extract_sps_pps(&data);
|
||||
let (sps, pps) = crate::video::codec::h264_bitstream::extract_sps_pps(&data);
|
||||
let mut has_sps = false;
|
||||
let mut has_pps = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user