From 9fa587a594a925807caf490c3eee18cef5baeae6 Mon Sep 17 00:00:00 2001 From: lin_c <1946558487@qq.com> Date: Tue, 12 Aug 2025 02:32:54 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20code?= =?UTF-8?q?c/interfaces/include/icodec=5Fbuffer.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codec/interfaces/include/icodec_buffer.h | 33 ------------------------ 1 file changed, 33 deletions(-) delete mode 100644 codec/interfaces/include/icodec_buffer.h diff --git a/codec/interfaces/include/icodec_buffer.h b/codec/interfaces/include/icodec_buffer.h deleted file mode 100644 index 3b7f055461..0000000000 --- a/codec/interfaces/include/icodec_buffer.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (c) 2025 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef I_CODEC_BUFFER_H -#define I_CODEC_BUFFER_H - -#include -namespace OHOS { -namespace Codec { -namespace Omx { - -struct DynamicBuffer { - int32_t type = 0; - BufferHandle *bufferHandle = nullptr; -}; - -} // namespace Omx -} // namespace Codec -} // namespace OHOS - -#endif // I_CODEC_BUFFER_H \ No newline at end of file -- Gitee From 561e7a6c748e6805613a4f95590d72c7a818a231 Mon Sep 17 00:00:00 2001 From: lin_c <1946558487@qq.com> Date: Tue, 12 Aug 2025 02:33:36 +0000 Subject: [PATCH 2/2] update codec/bundle.json. Signed-off-by: lin_c <1946558487@qq.com> --- codec/bundle.json | 1 - 1 file changed, 1 deletion(-) diff --git a/codec/bundle.json b/codec/bundle.json index c41568437e..53ad689168 100644 --- a/codec/bundle.json +++ b/codec/bundle.json @@ -51,7 +51,6 @@ "name": "//drivers/peripheral/codec/hal:libcodec_vdi_headers", "header": { "header_files": [ - "icodec_buffer.h", "codec_common_type.h", "codec_interface.h", "codec_type.h" -- Gitee