summaryrefslogtreecommitdiff
path: root/isp/v4l2.c
diff options
context:
space:
mode:
Diffstat (limited to 'isp/v4l2.c')
-rw-r--r--isp/v4l2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/isp/v4l2.c b/isp/v4l2.c
index 75e90b1..bd35ae9 100644
--- a/isp/v4l2.c
+++ b/isp/v4l2.c
@@ -650,7 +650,6 @@ int v4l2_dequeue_buffer(struct v4l2_device *dev, struct v4l2_video_buffer *buffe
}
*buffer = dev->pool->buffers[buf.index];
- buffer->index = buf.index;
buffer->bytesused = buf.bytesused;
buffer->timestamp = buf.timestamp;
buffer->error = !!(buf.flags & V4L2_BUF_FLAG_ERROR);