ref: 71123f29ef242b60aba7a2597bdf5fcf4ff543c3
parent: 178a18b30e1bfc5754e8e01a652f75e18029caf0
parent: aa1ec23ecd77adcc8fe619c6710b0305bd602564
author: Ethan Hugg <[email protected]>
date: Wed Jan 7 04:07:12 EST 2015
Merge pull request #1702 from mstorsjo/adjust-comment Clarify the comment about ABI issues with WelsGetCodecVersion
--- a/codec/api/svc/codec_api.h
+++ b/codec/api/svc/codec_api.h
@@ -532,7 +532,9 @@
void WelsDestroyDecoder (ISVCDecoder* pDecoder);
/** @brief Get codec version
- * Note, this function isn't ABI compatible between MSVC and Mingw.
+ * Note, old versions of Mingw (GCC < 4.7) are buggy and use an
+ * incorrect/different ABI for calling this function, making it
+ * incompatible with MSVC builds.
* @return The linked codec version
*/
OpenH264Version WelsGetCodecVersion (void);