diff options
author | Artem Galin <[email protected]> | 2020-07-16 12:31:40 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2020-07-20 16:56:43 +0100 |
commit | 990654edba2cd1fd1c81b28fe60e126ee3ee8ef9 (patch) | |
tree | 583cf44c73a1458adaff10ea4271f5ba2e77131b /libhb/handbrake | |
parent | cf4c834504cdaf23c845d164e0b61237e4159e41 (diff) |
qsv: move hw filters flag check into function
Diffstat (limited to 'libhb/handbrake')
-rw-r--r-- | libhb/handbrake/qsv_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/handbrake/qsv_common.h b/libhb/handbrake/qsv_common.h index 1e437831b..c70c0c53f 100644 --- a/libhb/handbrake/qsv_common.h +++ b/libhb/handbrake/qsv_common.h @@ -267,6 +267,7 @@ typedef struct HBQSVFramesContext { /* Full QSV pipeline helpers */ int hb_qsv_init(int coded_width, int coded_height, enum AVPixelFormat sw_pix_fmt, int extra_hw_frames, AVBufferRef **out_hw_frames_ctx); int hb_create_ffmpeg_pool(int coded_width, int coded_height, enum AVPixelFormat sw_pix_fmt, int pool_size, int extra_hw_frames, AVBufferRef **out_hw_frames_ctx); +int hb_qsv_hw_filters_are_enabled(hb_job_t *job); void hb_qsv_update_frames_context(hb_job_t *job); int hb_qsv_full_path_is_enabled(hb_job_t *job); AVBufferRef *hb_qsv_create_mids(AVBufferRef *hw_frames_ref); |