aboutsummaryrefslogtreecommitdiff
path: root/src/capture
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-09-26 17:48:07 +0200
committerdec05eba <dec05eba@protonmail.com>2024-09-26 17:49:30 +0200
commitddbb2f63b740712616c68ae4dad85aa8dd6849e4 (patch)
tree1b5402270dbd8097f87e14543a41bdd7ccae9ef7 /src/capture
parent51ee40f85db3dbf47421e2a7e4916ef76f2ca260 (diff)
Revert
Diffstat (limited to 'src/capture')
-rw-r--r--src/capture/nvfbc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/capture/nvfbc.c b/src/capture/nvfbc.c
index 589b9d5..ee77a20 100644
--- a/src/capture/nvfbc.c
+++ b/src/capture/nvfbc.c
@@ -189,8 +189,6 @@ static int gsr_capture_nvfbc_setup_handle(gsr_capture_nvfbc *self) {
create_params.glxCtx = self->params.egl->glx_context;
create_params.glxFBConfig = self->params.egl->glx_fb_config;
- fprintf(stderr, "self->nv_fbc_function_list.nvFBCCreateHandle: %p\n", (void*)self->nv_fbc_function_list.nvFBCCreateHandle);
-
status = self->nv_fbc_function_list.nvFBCCreateHandle(&self->nv_fbc_handle, &create_params);
if(status != NVFBC_SUCCESS) {
// Reverse engineering for interoperability