diff options
author | John Stebbins <[email protected]> | 2016-12-12 13:16:36 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-12-17 07:28:51 -0800 |
commit | 480d018ee0012a5adb9609195a951496f7d3c62a (patch) | |
tree | f0b79cbde2042111a8005c45fd3e67cbddada1a3 /libhb/common.c | |
parent | a4a6332a90b21eb246b5147dc3285b36cd6f631e (diff) |
qsv: rename av_qsv* to hb_qsv*
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c index c85bd21df..01f0bb2bb 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -3648,7 +3648,7 @@ static void job_setup(hb_job_t * job, hb_title_t * title) #ifdef USE_QSV job->qsv.enc_info.is_init_done = 0; - job->qsv.async_depth = AV_QSV_ASYNC_DEPTH_DEFAULT; + job->qsv.async_depth = HB_QSV_ASYNC_DEPTH_DEFAULT; job->qsv.decode = !!(title->video_decode_support & HB_DECODE_SUPPORT_QSV); #endif |