qv4l2: 'Set Defaults' incorrectly initialized string controls.
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 14 Oct 2011 10:14:36 +0000 (12:14 +0200)
committerHans Verkuil <hans.verkuil@cisco.com>
Fri, 14 Oct 2011 10:14:36 +0000 (12:14 +0200)
commit04d0f3ca84c3041011a2d301c169bdd15a3f116e
tree50a40d488de29b46463d833d9b92d799906a9355
parentc25d46b5d75b96cff11e4117001214d52c0522df
qv4l2: 'Set Defaults' incorrectly initialized string controls.

The wrong QString constructor was used: the 'size' comes before the
character, not the other way around.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
utils/qv4l2/ctrl-tab.cpp