diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/qsv_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/qsv_common.c b/libhb/qsv_common.c index a1196fdd8..a5e7130a2 100644 --- a/libhb/qsv_common.c +++ b/libhb/qsv_common.c @@ -1177,7 +1177,7 @@ const char* const* hb_qsv_preset_get_names() } else { - return hb_qsv_preset_names2; + return hb_qsv_preset_names1; } } |