[mpi]: fix -Wstrict-prototypes warning

Change-Id: If9549b213c6b5d5545186e1289a436957160924f
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2016-09-14 16:05:47 +08:00
parent 65df276a8d
commit 1752473f33
4 changed files with 9 additions and 17 deletions

View File

@@ -269,7 +269,7 @@ MPP_RET mpp_destroy(MppCtx ctx);
// coding type format function
MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding);
void mpp_show_support_format();
void mpp_show_support_format(void);
#ifdef __cplusplus
}