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.h | |
parent | a4a6332a90b21eb246b5147dc3285b36cd6f631e (diff) |
qsv: rename av_qsv* to hb_qsv*
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) |