diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2023-04-12 13:24:40 +0200 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2023-04-12 13:24:40 +0200 |
commit | 2efa0a9600fa41bd4a3438962c4a7f59f6ccacf6 (patch) | |
tree | 4051a712c52fb467055991dbf5c668ae79fc9930 /gpu.h | |
parent | 0b3848db08cf78c6c5396f7b03a32d6074a0c48b (diff) |
Do not dup dmabuf file descriptors in gpu code
Diffstat (limited to 'gpu.h')
-rw-r--r-- | gpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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_ |