summaryrefslogtreecommitdiffstats
path: root/libhb/internal.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2017-06-12 10:21:46 -0700
committerGitHub <[email protected]>2017-06-12 10:21:46 -0700
commite8e6af1ec69651c540fd04ae5417c77a8dc1c9ae (patch)
treea1cbcad17a6b9742dd208b38a2d5295550cba9cd /libhb/internal.h
parentc72396f91d2b9535f3873d8dd5dc8b7ea1b4c28e (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.h8
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;