diff options
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 86878eb17..e4d5ed71c 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -121,6 +121,15 @@ struct hb_buffer_s void *filter_details; } qsv_details; +#ifdef USE_OPENCL + struct cl_data + { + cl_mem buffer; + cl_event last_event; + enum { HOST, DEVICE } buffer_location; + } cl; +#endif + // PICTURESUB subtitle packets: // Video packets (after processing by the hb_sync_video work-object): |