openh264/openh264.def
Martin Storsjö 8bfeae27a4 Add a public function for getting the codec version
If the codec library is loaded dynamically, it may be necessary that
the loaded library actually matches the version that was used when
it was built, to avoid issues due to ABI differences. Therefore add
a public function to allow getting the version of the currently
loaded library.
2014-12-18 13:20:33 +02:00

7 lines
113 B
Modula-2

EXPORTS
WelsCreateDecoder
WelsDestroyDecoder
WelsCreateSVCEncoder
WelsDestroySVCEncoder
WelsGetCodecVersion