mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
encoders/handlers/nvenc: Update names
This commit is contained in:
parent
c21f2c32a4
commit
9a969a0b61
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ std::map<level, std::string> levels{
|
|||
|
||||
void nvenc_h264_handler::adjust_info(ffmpeg_factory*, const AVCodec*, std::string&, std::string& name, std::string&)
|
||||
{
|
||||
name = "NVIDIA NVENC H.264/AVC Encoder";
|
||||
name = "NVIDIA NVENC H.264/AVC (via FFmpeg)";
|
||||
}
|
||||
|
||||
void nvenc_h264_handler::get_defaults(obs_data_t* settings, const AVCodec* codec, AVCodecContext* context, bool)
|
||||
|
|
|
@ -62,7 +62,7 @@ std::map<level, std::string> levels{
|
|||
|
||||
void nvenc_hevc_handler::adjust_info(ffmpeg_factory*, const AVCodec*, std::string&, std::string& name, std::string&)
|
||||
{
|
||||
name = "NVIDIA NVENC H.265/HEVC Encoder";
|
||||
name = "NVIDIA NVENC H.265/HEVC (via FFmpeg)";
|
||||
}
|
||||
|
||||
void nvenc_hevc_handler::get_defaults(obs_data_t* settings, const AVCodec* codec, AVCodecContext* context, bool)
|
||||
|
|
Loading…
Reference in a new issue