aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec_query
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-08-01 23:41:07 +0200
committerdec05eba <dec05eba@protonmail.com>2026-08-01 23:41:07 +0200
commit8f97b0b422820fd2ac0162aa12cdbf14150f1a11 (patch)
tree1302cfc441cdf8f2c82f09251b8b89e0f0a3778a /src/codec_query
parentb9ab1878ca353f672593f6fa9d698567c4f41370 (diff)
Remove unused includes
Most were left over from moving code out of main.cpp and from replacing fprintf with gsr_log. Also fixes building without the app_audio option.
Diffstat (limited to 'src/codec_query')
-rw-r--r--src/codec_query/nvenc.c1
-rw-r--r--src/codec_query/vaapi.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/codec_query/nvenc.c b/src/codec_query/nvenc.c
index 3f8b442..4416b91 100644
--- a/src/codec_query/nvenc.c
+++ b/src/codec_query/nvenc.c
@@ -4,7 +4,6 @@
#include "../../external/nvEncodeAPI.h"
#include <dlfcn.h>
-#include <stdio.h>
#include <string.h>
#define NVENCAPI_MAJOR_VERSION_470 11
diff --git a/src/codec_query/vaapi.c b/src/codec_query/vaapi.c
index 4cc1bab..ca4b3f4 100644
--- a/src/codec_query/vaapi.c
+++ b/src/codec_query/vaapi.c
@@ -3,7 +3,6 @@
#include "../../include/utils.h"
#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>