From 212417bfe17b81ca0e4ad4a9d1730f24a7770734 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Sat, 10 Oct 2020 11:47:52 +0200 Subject: android: camera_stream: Add documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a brief documentation block to the CameraStream class. Reviewed-by: Niklas Söderlund Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- src/android/camera_stream.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/android/camera_stream.h') diff --git a/src/android/camera_stream.h b/src/android/camera_stream.h index 8df0101c..47f3fc61 100644 --- a/src/android/camera_stream.h +++ b/src/android/camera_stream.h @@ -128,11 +128,6 @@ private: libcamera::CameraConfiguration *config_; Type type_; camera3_stream_t *camera3Stream_; - /* - * The index of the libcamera StreamConfiguration as added during - * configureStreams(). A single libcamera Stream may be used to deliver - * one or more streams to the Android framework. - */ unsigned int index_; std::unique_ptr encoder_; -- cgit v1.2.1