emotion webcam: fix check for v4l2 video capture device capability
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 13 Nov 2015 13:05:25 +0000 (14:05 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 13 Nov 2015 13:05:25 +0000 (14:05 +0100)
commit6e7db171ad31f52a7ddb148e1e3eecc5730ea6a3
treefd705feed8880d3e86f03f73fc831ebd633c76a4
parent038c4fed6c44e4a8fc9dd579dddb78bae462abc7
emotion webcam: fix check for v4l2 video capture device capability

The negation should be uses after checking the capability bit with the &.
Better use parenthesis  to make this work.

Thankls to the sparse sematic parser for spotting this.
src/lib/emotion/emotion_webcam.c