mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-16 12:33:43 +00:00
fix
This commit is contained in:
@@ -122,9 +122,6 @@ int server_listen(server_s *server) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
frame_copy(STREAM(blank), EX(frame));
|
frame_copy(STREAM(blank), EX(frame));
|
||||||
EX(expose_begin_ts) = 0;
|
|
||||||
EX(expose_cmp_ts) = 0;
|
|
||||||
EX(expose_end_ts) = 0;
|
|
||||||
EX(notify_last_width) = EX(frame->width);
|
EX(notify_last_width) = EX(frame->width);
|
||||||
EX(notify_last_height) = EX(frame->height);
|
EX(notify_last_height) = EX(frame->height);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user