mirror of
https://gitlab.freedesktop.org/wayland/weston
synced 2024-11-02 19:00:26 +00:00
simple-dmabuf-v4l: Remove incorrect assert
According to v4l2 documentation, DQBUF always clears FLAG_DONE, so this assert can be expected to fire 100% of the time. Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
080f130092
commit
300bc6efea
1 changed files with 0 additions and 2 deletions
|
@ -457,8 +457,6 @@ dequeue(struct display *display)
|
|||
return -1;
|
||||
}
|
||||
|
||||
assert(buf.flags & V4L2_BUF_FLAG_DONE);
|
||||
|
||||
return buf.index;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue