diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-10 12:44:40 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-10 12:44:40 +0200 |
commit | c17a717326d2cc1c0576e6dc9f2116e72e38b45a (patch) | |
tree | a132cd06c54a054ea7c0639427a28b4d1cf8f8f8 /include/utils.h | |
parent | 3f0a58a1e61de8094d9ebf9db320c01b59ab441f (diff) |
Workaround amd driver bug: hevc ffmpeg/mesa misaligned resolution causing glitched video output on right/bottom side
Diffstat (limited to 'include/utils.h')
-rw-r--r-- | include/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/utils.h b/include/utils.h index 58ef099..c5d659a 100644 --- a/include/utils.h +++ b/include/utils.h @@ -41,6 +41,4 @@ bool gsr_get_valid_card_path(gsr_egl *egl, char *output, bool is_monitor_capture /* |render_path| should be at least 128 bytes in size */ bool gsr_card_path_get_render_path(const char *card_path, char *render_path); -int even_number_ceil(int value); - #endif /* GSR_UTILS_H */ |