diff options
Diffstat (limited to 'libhb/handbrake/qsv_libav.h')
-rw-r--r-- | libhb/handbrake/qsv_libav.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/handbrake/qsv_libav.h b/libhb/handbrake/qsv_libav.h index 3a2fb5fb8..0fef06a36 100644 --- a/libhb/handbrake/qsv_libav.h +++ b/libhb/handbrake/qsv_libav.h @@ -334,6 +334,8 @@ typedef struct hb_qsv_context { int num_cpu_filters; int qsv_filters_are_enabled; + char *qsv_device; + AVBufferRef *hb_hw_device_ctx; HBQSVFramesContext *hb_dec_qsv_frames_ctx; HBQSVFramesContext *hb_vpp_qsv_frames_ctx; } hb_qsv_context; |