diff options
author | John Stebbins <[email protected]> | 2017-06-12 10:21:46 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2017-06-12 10:21:46 -0700 |
commit | e8e6af1ec69651c540fd04ae5417c77a8dc1c9ae (patch) | |
tree | a1cbcad17a6b9742dd208b38a2d5295550cba9cd /libhb/common.h | |
parent | c72396f91d2b9535f3873d8dd5dc8b7ea1b4c28e (diff) |
opencl: removit it (#777)
It was only used for scaling, it fails far too often and is only
faster on a limited selectoin of hardware.
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libhb/common.h b/libhb/common.h index 6aac0bacd..04a969221 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -626,7 +626,6 @@ struct hb_job_s uint32_t frames_to_skip; // decode but discard this many frames // initially (for frame accurate positioning // to non-I frames). - int use_opencl; PRIVATE int use_decomb; PRIVATE int use_detelecine; @@ -1022,9 +1021,6 @@ struct hb_title_s #define HBTF_NO_IDR (1 << 0) #define HBTF_SCAN_COMPLETE (1 << 1) #define HBTF_RAW_VIDEO (1 << 2) - - // whether OpenCL scaling is supported for this source - int opencl_support; }; // Update win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_state_s.cs when changing this struct |