diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-31 03:17:18 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-31 03:17:18 +0200 |
commit | b7c5df3c4bbd30bbca91f6e9bdb2bf4d606c46f5 (patch) | |
tree | d298e07263dc3c71e2be1873ce36acbbb37267de /include/capture | |
parent | b99539af570cc725ca3881dfbb2ed9e6b202e2f6 (diff) |
Faster startup (faster video codec query), fix some video codec callback logic
Diffstat (limited to 'include/capture')
-rw-r--r-- | include/capture/nvfbc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/capture/nvfbc.h b/include/capture/nvfbc.h index 9655921..95ca88d 100644 --- a/include/capture/nvfbc.h +++ b/include/capture/nvfbc.h @@ -11,7 +11,6 @@ typedef struct { vec2i pos; vec2i size; bool direct_capture; - bool overclock; gsr_color_depth color_depth; gsr_color_range color_range; bool record_cursor; |