mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Show warning when amd driver adds black bars, set frame resolution after changing video codec context resolution
This commit is contained in:
@@ -103,7 +103,7 @@ static int recv_msg_from_server(int server_pid, int server_fd, gsr_kms_response
|
||||
int status = 0;
|
||||
int wait_result = waitpid(server_pid, &status, WNOHANG);
|
||||
if(wait_result != 0) {
|
||||
res = 0;
|
||||
res = -1;
|
||||
break;
|
||||
}
|
||||
usleep(1000);
|
||||
|
||||
Reference in New Issue
Block a user