summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodec.c
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-08-08 22:02:56 +0100
committersr55 <[email protected]>2018-08-08 22:02:56 +0100
commitcdd6a93023ecb514ce70aa76cf3856d2cf2c4c4d (patch)
tree13d9dff29cf8b1d925f09d6c052ecd6ae2ccf848 /libhb/encavcodec.c
parentd80a17590a1aa6c65de0ef0f2e6e0bd273f4753e (diff)
NVEnc: Add human names for encoder presets and remove currently invalid options.
Diffstat (limited to 'libhb/encavcodec.c')
-rw-r--r--libhb/encavcodec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/encavcodec.c b/libhb/encavcodec.c
index 1c853cb60..dbad69ca7 100644
--- a/libhb/encavcodec.c
+++ b/libhb/encavcodec.c
@@ -70,7 +70,7 @@ static const char * const vpx_preset_names[] =
static const char * const h26x_nvenc_preset_names[] =
{
- "losslesshp", "lossless", "llhp", "llhq", "ll", "bd", "hq", "hp", "fast", "medium", "slow", "default", NULL
+ "llhp", "llhq", "ll", "bd", "hq", "hp", "fast", "medium", "slow", "default", NULL // No Lossless "losslesshp", "lossless",
};
static const char * const h264_nvenc_profile_names[] =
@@ -80,7 +80,7 @@ static const char * const h264_nvenc_profile_names[] =
static const char * const h265_nvenc_profile_names[] =
{
- "auto", "main", "main10", "rext", NULL
+ "auto", "main", NULL // "main10", "rext" We do not currently support 10bit encodes with this encoder.
};