mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
Fix sdl2 resize window
This commit is contained in:
@@ -126,7 +126,7 @@ int ScreenCaptureWgc::Stop() {
|
||||
}
|
||||
|
||||
void ScreenCaptureWgc::OnFrame(const WgcSession::wgc_session_frame &frame) {
|
||||
std::cout << "onframe" << std::endl;
|
||||
// std::cout << "onframe" << std::endl;
|
||||
// AVFrame *av_frame = av_frame_alloc();
|
||||
|
||||
// av_frame->pts = av_gettime_relative();
|
||||
|
||||
Reference in New Issue
Block a user