[libcamera-devel] libcamera: v4l2_device: Remove completed todos

Message ID 20190426152839.15767-1-kieran.bingham@ideasonboard.com
State Superseded
Headers show
Series
  • [libcamera-devel] libcamera: v4l2_device: Remove completed todos
Related show

Commit Message

Kieran Bingham April 26, 2019, 3:28 p.m. UTC
The queueBuffer function has now implemented support for output devices
and dmabufs.

Remove the old todo notes.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 src/libcamera/v4l2_device.cpp | 3 ---
 1 file changed, 3 deletions(-)

Patch

diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp
index 9e92b442c6aa..df0e4d83cfab 100644
--- a/src/libcamera/v4l2_device.cpp
+++ b/src/libcamera/v4l2_device.cpp
@@ -924,9 +924,6 @@  int V4L2Device::releaseBuffers()
  * processed by the device. Once the device has finished processing the buffer,
  * it will be available for dequeue.
  *
- * \todo Support output devices (bytesused, ...)
- * \todo Support imported buffers (dmabuf fd)
- *
  * \return 0 on success or a negative error code otherwise
  */
 int V4L2Device::queueBuffer(Buffer *buffer)