From de9a3f9f4b4457c2ee8a53dfa3069073b1be31a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=BF=8A=E8=88=AA?= Date: Tue, 11 Apr 2023 10:59:49 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E9=87=8F=E5=A3=B0=E6=98=8E=E4=BA=86?= =?UTF-8?q?=E4=BD=86=E4=BB=8E=E6=9C=AA=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马俊航 --- services/engine/gstreamer/plugins/codec/hdi_plugins/hdi_init.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/engine/gstreamer/plugins/codec/hdi_plugins/hdi_init.cpp b/services/engine/gstreamer/plugins/codec/hdi_plugins/hdi_init.cpp index 6d15b228..83142bf7 100644 --- a/services/engine/gstreamer/plugins/codec/hdi_plugins/hdi_init.cpp +++ b/services/engine/gstreamer/plugins/codec/hdi_plugins/hdi_init.cpp @@ -173,7 +173,6 @@ std::map> HdiInit::GetH264ProfileLevels(CodecCompC { std::map> profileLevelsMap; int32_t index = 0; - std::vector formats; while (index < PROFILE_NUM && hdiCap.supportProfiles[index] > 0) { if (AVC_PROFILE_MAP.find(hdiCap.supportProfiles[index]) == AVC_PROFILE_MAP.end()) { MEDIA_LOGW("Unknow profile %{public}d", hdiCap.supportProfiles[index]); -- Gitee