openh264/openh264.def
Martin Storsjö 50dc4757e4 Add a new public function WelsGetCodecVersionEx
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.
2015-01-03 01:09:04 +02:00

8 lines
136 B
Modula-2

EXPORTS
WelsCreateDecoder
WelsDestroyDecoder
WelsCreateSVCEncoder
WelsDestroySVCEncoder
WelsGetCodecVersion
WelsGetCodecVersionEx