diff --git a/zh-cn/application-dev/reference/native-apis/_video_encoder.md b/zh-cn/application-dev/reference/native-apis/_video_encoder.md
index 8d64bccf8dd94328800a4dcc968cb46828ba43ca..afa80160619f0fdfb1803378c529953044ef8c01 100644
--- a/zh-cn/application-dev/reference/native-apis/_video_encoder.md
+++ b/zh-cn/application-dev/reference/native-apis/_video_encoder.md
@@ -33,7 +33,7 @@ VideoEncoder模块提供用于视频编码功能的函数。
| 名称 | 描述 |
| -------- | -------- |
-| [OH_VideoEncodeBitrateMode](#oh_videoencodebitratemode) { **CBR** = 0, **VBR** = 1, **CQ** = 2 } | 视频编码器的比特率模式。 |
+| [OH_VideoEncodeBitrateMode](#oh_videoencodebitratemode) {
**CBR** = 0,
**VBR** = 1,
**CQ** = 2
} | 视频编码器的比特率模式。 |
### 函数