diff options
-rw-r--r-- | src/v4l2/v4l2_camera_proxy.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/v4l2/v4l2_camera_proxy.cpp b/src/v4l2/v4l2_camera_proxy.cpp index 1802d90b..c9b91967 100644 --- a/src/v4l2/v4l2_camera_proxy.cpp +++ b/src/v4l2/v4l2_camera_proxy.cpp @@ -445,8 +445,6 @@ int V4L2CameraProxy::vidioc_s_input(V4L2CameraFile *file, int *arg) void V4L2CameraProxy::freeBuffers() { - LOG(V4L2Compat, Debug) << "Freeing libcamera bufs"; - vcam_->freeBuffers(); buffers_.clear(); bufferCount_ = 0; |