modetest: Fix line stride in SMPTE YUV packet pattern generator
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 14 Jun 2013 20:57:30 +0000 (22:57 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 5 Aug 2013 12:21:45 +0000 (14:21 +0200)
commit1ef179d09c465248db47f62f00e718f4911e0e34
tree8f1cf04d319fe7b5501237bb45056ad7af9703f0
parenta4f2f1b9d1c0b6b7f740951525a14b3d328f0acf
modetest: Fix line stride in SMPTE YUV packet pattern generator

The line stride passed to the function is expressed in bytes, there's no
need to multiply it by 2.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
tests/modetest/buffers.c