Merge pull request #1702 from mstorsjo/adjust-comment

Clarify the comment about ABI issues with WelsGetCodecVersion
This commit is contained in:
Ethan Hugg 2015-01-07 09:07:12 -08:00
commit 71123f29ef

View File

@ -532,7 +532,9 @@ long WelsCreateDecoder (ISVCDecoder** ppDecoder);
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);