summaryrefslogtreecommitdiffstats
path: root/libhb/enc_qsv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/enc_qsv.c')
-rw-r--r--libhb/enc_qsv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/enc_qsv.c b/libhb/enc_qsv.c
index 61dc996cc..06f3ee27e 100644
--- a/libhb/enc_qsv.c
+++ b/libhb/enc_qsv.c
@@ -1277,7 +1277,7 @@ int encqsvInit(hb_work_object_t *w, hb_job_t *job)
else
{
// introduced in API 1.1
- // HEVC 10b has QP range as [-12;51]
+ // HEVC 10b has QP range as [-12;51]
// with shift +12 needed to be in QSV's U16 range
unsigned int upper_limit = 51;