summaryrefslogtreecommitdiff
path: root/gpu.h
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2023-04-12 13:24:40 +0200
committerMikhail Burakov <mburakov@mailbox.org>2023-04-12 13:24:40 +0200
commit2efa0a9600fa41bd4a3438962c4a7f59f6ccacf6 (patch)
tree4051a712c52fb467055991dbf5c668ae79fc9930 /gpu.h
parent0b3848db08cf78c6c5396f7b03a32d6074a0c48b (diff)
Do not dup dmabuf file descriptors in gpu code
Diffstat (limited to 'gpu.h')
-rw-r--r--gpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu.h b/gpu.h
index f8fa886..6d07366 100644
--- a/gpu.h
+++ b/gpu.h
@@ -49,4 +49,6 @@ void GpuContextDestroyFrame(struct GpuContext* gpu_context,
struct GpuFrame* gpu_frame);
void GpuContextDestroy(struct GpuContext* gpu_context);
+void CloseUniqueFds(int fds[4]);
+
#endif // STREAMER_GPU_H_