diff options
author | John Stebbins <[email protected]> | 2016-03-10 14:46:50 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-03-11 14:13:33 -0700 |
commit | fc3a836f30ff50f556c0267efbb41ee84a4b74a8 (patch) | |
tree | 86abe81114fcaa9df2b106b0cd55a634fd6615ba /libhb/hb.c | |
parent | c3c076a86e8c3a9b97b1ed352c88365728e3879a (diff) |
qsv: fix build
I missed some of the qsv filter settings bits that needed changing.
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb.c b/libhb/hb.c index 5937ae1ba..393ced341 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -1807,6 +1807,7 @@ int hb_global_init() hb_error("hb_qsv_info_init failed!"); return -1; } + hb_param_configure_qsv(); #endif /* libavcodec */ |