Move codec query from encoder to separate file

This commit is contained in:
dec05eba
2024-09-26 16:08:26 +02:00
parent 0b20a46e58
commit 1aaa26d87e
12 changed files with 491 additions and 455 deletions

View File

@@ -0,0 +1,8 @@
#ifndef GSR_CODEC_QUERY_CUDA_H
#define GSR_CODEC_QUERY_CUDA_H
#include "codec_query.h"
bool gsr_get_supported_video_codecs_nvenc(gsr_supported_video_codecs *video_codecs, bool cleanup);
#endif /* GSR_CODEC_QUERY_CUDA_H */