From 5935c73e494c80c0e7c51f8679f7c5417a8282da Mon Sep 17 00:00:00 2001 From: yangpeng Date: Wed, 14 Jun 2023 19:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E3=80=91=E5=8E=BB=E6=8E=89=E5=8C=97=E5=90=91=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=A4=B4=E6=96=87=E4=BB=B6=E7=9A=84namespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangpeng --- interfaces/kits/c/avcodec_audio_channel_layout.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/interfaces/kits/c/avcodec_audio_channel_layout.h b/interfaces/kits/c/avcodec_audio_channel_layout.h index cce9873b9..7c72e2edc 100644 --- a/interfaces/kits/c/avcodec_audio_channel_layout.h +++ b/interfaces/kits/c/avcodec_audio_channel_layout.h @@ -16,8 +16,7 @@ #ifndef AVCODEC_AUDIO_CHANNEL_LAYOUT_H #define AVCODEC_AUDIO_CHANNEL_LAYOUT_H #include -namespace OHOS { -namespace Media { + #ifdef __cplusplus extern "C" { #endif @@ -160,6 +159,4 @@ enum AudioChannelLayout : uint64_t { #ifdef __cplusplus } #endif -} // namespace Media -} // namespace OHOS #endif \ No newline at end of file -- Gitee