qv4l2: honor the fullscreen setting when starting capturing
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 21 Jul 2014 08:19:34 +0000 (10:19 +0200)
committerHans Verkuil <hans.verkuil@cisco.com>
Mon, 21 Jul 2014 08:19:34 +0000 (10:19 +0200)
commit0779c5fde5303f43eec1241b2b090cf237725687
tree32a266f6580833b117a76aa3f24d005f6d657507
parent6d4d7ac4c6c5ea29d5e5b4a50a6a84a380908004
qv4l2: honor the fullscreen setting when starting capturing

The resetSize method would always go out of fullscreen mode for no
good reason. Since it is called when you start capturing it would
also revert the fullscreen setting. So just leave the fullscreen
mode alone.

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