diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index 9950f0e2d..b3895897c 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -625,7 +625,7 @@ struct hb_job_s int decode; int async_depth; #ifdef USE_QSV - av_qsv_context *ctx; + hb_qsv_context *ctx; #endif // shared encoding parameters // initialized by the QSV encoder, then used upstream (e.g. by filters) |