mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-05 06:20:43 +09:00
Workaround amd driver bug: hevc ffmpeg/mesa misaligned resolution causing glitched video output on right/bottom side
This commit is contained in:
@@ -453,7 +453,3 @@ bool gsr_card_path_get_render_path(const char *card_path, char *render_path) {
|
||||
close(fd);
|
||||
return false;
|
||||
}
|
||||
|
||||
int even_number_ceil(int value) {
|
||||
return value + (value & 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user