summaryrefslogtreecommitdiffstats
path: root/libhb/hb_json.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/hb_json.c')
-rw-r--r--libhb/hb_json.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/hb_json.c b/libhb/hb_json.c
index 64e953f5d..c7305d699 100644
--- a/libhb/hb_json.c
+++ b/libhb/hb_json.c
@@ -1146,9 +1146,9 @@ hb_job_t* hb_dict_to_job( hb_handle_t * h, hb_dict_t *dict )
hb_error("hb_dict_to_job: failed to parse dict: %s", error.text);
goto fail;
}
-
+
// Make sure QSV Decode is only True if the hardware is available.
- job->qsv.decode = job->qsv.decode && hb_qsv_available();
+ job->qsv.decode = job->qsv.decode && hb_qsv_available();
// Lookup mux id
if (hb_value_type(mux) == HB_VALUE_TYPE_STRING)