From 3be77616e74394edecbdb7af1dab8662ccee053b Mon Sep 17 00:00:00 2001 From: xia-chu <771730766@qq.com> Date: Sun, 21 Jul 2024 20:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=93=BE=E6=8E=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/include/mk_frame.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/api/include/mk_frame.h b/api/include/mk_frame.h index a17f0654..56309d4f 100644 --- a/api/include/mk_frame.h +++ b/api/include/mk_frame.h @@ -27,17 +27,17 @@ extern "C" { #define MK_FRAME_FLAG_NOT_DECODE_ABLE (1 << 3) //codec id常量定义 -extern const int MKCodecH264; -extern const int MKCodecH265; -extern const int MKCodecAAC; -extern const int MKCodecG711A; -extern const int MKCodecG711U; -extern const int MKCodecOpus; -extern const int MKCodecL16; -extern const int MKCodecVP8; -extern const int MKCodecVP9; -extern const int MKCodecAV1; -extern const int MKCodecJPEG; +API_EXPORT extern const int MKCodecH264; +API_EXPORT extern const int MKCodecH265; +API_EXPORT extern const int MKCodecAAC; +API_EXPORT extern const int MKCodecG711A; +API_EXPORT extern const int MKCodecG711U; +API_EXPORT extern const int MKCodecOpus; +API_EXPORT extern const int MKCodecL16; +API_EXPORT extern const int MKCodecVP8; +API_EXPORT extern const int MKCodecVP9; +API_EXPORT extern const int MKCodecAV1; +API_EXPORT extern const int MKCodecJPEG; typedef struct mk_frame_t *mk_frame;