Nvidia: use default p4 preset instead of p5, might fix frame issues

This commit is contained in:
dec05eba
2024-01-11 10:50:14 +01:00
parent 4c098a4f03
commit 94cbed9471
6 changed files with 17 additions and 1 deletions

View File

@@ -445,6 +445,8 @@ static int gsr_capture_xcomposite_vaapi_capture(gsr_capture *cap, AVFrame *frame
texture_rotation);
cap_xcomp->params.egl->eglSwapBuffers(cap_xcomp->params.egl->egl_display, cap_xcomp->params.egl->egl_surface);
//cap_xcomp->params.egl->glFlush();
//cap_xcomp->params.egl->glFinish();
return 0;
}