diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-01 18:30:11 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-01 18:30:11 +0200 |
commit | 4f709f0fa62068639102ab98775e06947d05459e (patch) | |
tree | 27a15b216b35c75404819f86bfb7a144b83f280f /src | |
parent | 720a4e29196300493815630a2727600153dde329 (diff) |
Rename codec query cuda to codec query nvenc
Diffstat (limited to 'src')
-rw-r--r-- | src/codec_query/nvenc.c (renamed from src/codec_query/cuda.c) | 2 | ||||
-rw-r--r-- | src/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/codec_query/cuda.c b/src/codec_query/nvenc.c index 4692b1d..0501851 100644 --- a/src/codec_query/cuda.c +++ b/src/codec_query/nvenc.c @@ -1,4 +1,4 @@ -#include "../../include/codec_query/cuda.h" +#include "../../include/codec_query/nvenc.h" #include "../../include/cuda.h" #include "../../external/nvEncodeAPI.h" diff --git a/src/main.cpp b/src/main.cpp index 3751fbb..ff44763 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ extern "C" { #include "../include/encoder/video/vaapi.h" #include "../include/encoder/video/vulkan.h" #include "../include/encoder/video/software.h" -#include "../include/codec_query/cuda.h" +#include "../include/codec_query/nvenc.h" #include "../include/codec_query/vaapi.h" #include "../include/codec_query/vulkan.h" #include "../include/egl.h" |