From 2a4143764c83f004b13655ad2b1fca01d0aa36b0 Mon Sep 17 00:00:00 2001 From: wangchaole Date: Mon, 16 May 2022 20:37:00 +0800 Subject: [PATCH] =?UTF-8?q?64=E4=BD=8D=E4=B8=9A=E5=8A=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangchaole --- camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp b/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp index 98e1f877..72378e2b 100644 --- a/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp +++ b/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp @@ -35,7 +35,7 @@ CamRetCode DStreamOperator::IsStreamsSupported(OperationMode mode, StreamSupportType &type) { (void)mode; - (void)type; + type = Camera::DYNAMIC_SUPPORTED; if (modeSetting == nullptr) { DHLOGE("Input invalid argument: modeSetting:%p.", -- Gitee