Support v4l2 yuyv on nvidia

This commit is contained in:
dec05eba
2025-12-24 20:38:31 +01:00
parent 1f0ea70c36
commit 5242a167c3
7 changed files with 272 additions and 93 deletions

View File

@@ -333,10 +333,6 @@ static bool gsr_egl_load_gl(gsr_egl *self, void *library) {
{ (void**)&self->glUnmapBuffer, "glUnmapBuffer" },
{ (void**)&self->glGetIntegerv, "glGetIntegerv" },
{ (void**)&self->glFenceSync, "glFenceSync" },
{ (void**)&self->glDeleteSync, "glDeleteSync" },
{ (void**)&self->glClientWaitSync, "glClientWaitSync" },
{ NULL, NULL }
};