diff --git a/codec/api/svc/codec_api.h b/codec/api/svc/codec_api.h index 78be993d..2061f94b 100644 --- a/codec/api/svc/codec_api.h +++ b/codec/api/svc/codec_api.h @@ -534,7 +534,7 @@ void WelsDestroyDecoder (ISVCDecoder* pDecoder); /** @brief Get codec version * @return The linked codec version */ -OpenH264Version WelsGetCodecVersion (); +OpenH264Version WelsGetCodecVersion (void); #ifdef __cplusplus }