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/internal.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/internal.h')
-rw-r--r-- | libhb/internal.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 5d462f37f..487304383 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -146,14 +146,6 @@ struct hb_buffer_s } qsv_details; #endif - /* OpenCL */ - struct cl_data - { - cl_mem buffer; - cl_event last_event; - enum { HOST, DEVICE } buffer_location; - } cl; - // libav may attach AV_PKT_DATA_PALETTE side data to some AVPackets // Store this data here when read and pass to decoder. hb_buffer_t * palette; |