Merge pull request #1688 from mstorsjo/add-void
Add void to the parameter list of WelsGetCodecVersion
This commit is contained in:
commit
65e73d969a
@ -534,7 +534,7 @@ void WelsDestroyDecoder (ISVCDecoder* pDecoder);
|
||||
/** @brief Get codec version
|
||||
* @return The linked codec version
|
||||
*/
|
||||
OpenH264Version WelsGetCodecVersion ();
|
||||
OpenH264Version WelsGetCodecVersion (void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user