diff options
Diffstat (limited to 'libhb/qsv_common.c')
-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 bbe9a1fe5..e59437ea6 100644 --- a/libhb/qsv_common.c +++ b/libhb/qsv_common.c @@ -1605,7 +1605,7 @@ const char* const* hb_qsv_profile_get_names(int encoder) switch (encoder) { case HB_VCODEC_QSV_H264: - return hb_h264_profile_names; + return hb_h264_profile_names_8bit; case HB_VCODEC_QSV_H265: return hb_h265_profile_names; default: |