diff --git a/test/camera/buffer_import.cpp b/test/camera/buffer_import.cpp index 9364e3d1..9cac19d8 100644 --- a/test/camera/buffer_import.cpp +++ b/test/camera/buffer_import.cpp @@ -28,6 +28,11 @@ static constexpr unsigned int CAMERA_BUFFER_COUNT = 4; class FrameSink { public: + FrameSink() + : video_(nullptr) + { + } + int init() { int ret;