Merge pull request #1688 from mstorsjo/add-void

Add void to the parameter list of WelsGetCodecVersion
This commit is contained in:
huili2 2015-01-04 09:00:26 +08:00
commit 65e73d969a

View File

@ -534,7 +534,7 @@ void WelsDestroyDecoder (ISVCDecoder* pDecoder);
/** @brief Get codec version
* @return The linked codec version
*/
OpenH264Version WelsGetCodecVersion ();
OpenH264Version WelsGetCodecVersion (void);
#ifdef __cplusplus
}