50dc4757e4
This function doesn't return a struct, but fills in a struct via a provided pointer. The ABI of returning a struct is different between MSVC and mingw. This allows using the same function from mingw, even though the DLL has been built with MSVC.
8 lines
136 B
Modula-2
8 lines
136 B
Modula-2
EXPORTS
|
|
WelsCreateDecoder
|
|
WelsDestroyDecoder
|
|
WelsCreateSVCEncoder
|
|
WelsDestroySVCEncoder
|
|
WelsGetCodecVersion
|
|
WelsGetCodecVersionEx
|