diff options
Diffstat (limited to 'include/libcamera/stream.h')
-rw-r--r-- | include/libcamera/stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcamera/stream.h b/include/libcamera/stream.h index 08eb8cc7..1883d9e9 100644 --- a/include/libcamera/stream.h +++ b/include/libcamera/stream.h @@ -75,6 +75,7 @@ public: Stream(); std::unique_ptr<Buffer> createBuffer(unsigned int index); + std::unique_ptr<Buffer> createBuffer(const std::array<int, 3> &fds); BufferPool &bufferPool() { return bufferPool_; } std::vector<BufferMemory> &buffers() { return bufferPool_.buffers(); } |