mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/v4l2: typo fix
This commit is contained in:
parent
90e57a4e8a
commit
7ca4fb34d5
|
@ -923,7 +923,7 @@ v4l2_fs_stream_run(void *ptr)
|
|||
xrt_frame_reference(&xf, &vf->base);
|
||||
uint8_t *data = vf->mem;
|
||||
|
||||
//! @todo Sequense number and timestamp.
|
||||
//! @todo Sequence number and timestamp.
|
||||
xf->width = desc->base.width;
|
||||
xf->height = desc->base.height;
|
||||
xf->format = desc->base.format;
|
||||
|
|
Loading…
Reference in a new issue