summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2020-03-07 11:32:06 +0100
committerStanislaw Halik <sthalik@misaki.pl>2020-03-07 11:32:06 +0100
commita7280a41678166cdeb00d431abd88c72cee86c0c (patch)
treed816e346d1403c6ff5babc4a7cdafd8b4e6f306d
parent6c1d9160b3d43a3e6599732ae1228239e763ac86 (diff)
video/ps3eye: appease clang
-rw-r--r--video-ps3eye/wrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/video-ps3eye/wrapper.cxx b/video-ps3eye/wrapper.cxx
index 37f67a70..14eeddfc 100644
--- a/video-ps3eye/wrapper.cxx
+++ b/video-ps3eye/wrapper.cxx
@@ -70,7 +70,7 @@ int main(int argc, char** argv)
auto& camera = cameras[0];
camera->set_debug(false);
- auto frame = (uint8_t*)out.data_640x480;
+ auto* frame = (uint8_t*)out.data_640x480;
decltype(out.timecode) timecode = 0;
{