d/v4l2: typo fix

This commit is contained in:
Ryan Pavlik 2019-11-14 11:38:31 -06:00
parent 90e57a4e8a
commit 7ca4fb34d5

View file

@ -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;