From 2efa0a9600fa41bd4a3438962c4a7f59f6ccacf6 Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Wed, 12 Apr 2023 13:24:40 +0200 Subject: Do not dup dmabuf file descriptors in gpu code --- gpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gpu.h') 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_ -- cgit v1.2.3