0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

obs-ffmpeg: Update display name of FFmpeg NVENC encoder

This commit is contained in:
jp9000 2019-02-05 18:12:28 -08:00
parent c3f3aa7f25
commit 9c11772682

View File

@ -60,7 +60,7 @@ struct nvenc_encoder {
static const char *nvenc_getname(void *unused)
{
UNUSED_PARAMETER(unused);
return "NVENC H.264";
return "NVIDIA NVENC H.264";
}
static inline bool valid_format(enum video_format format)