Rename codec query cuda to codec query nvenc

This commit is contained in:
dec05eba
2024-10-01 18:30:11 +02:00
parent 720a4e2919
commit 4f709f0fa6
4 changed files with 6 additions and 6 deletions

View File

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