Expand description
Minimal C ABI for WMV2 decoding.
This module is behind the ffi feature.
It decodes one assembled WMV2 frame payload at a time and exposes the internal
YUV420p planes.
Structs§
Functions§
- wmv2_
decoder_ create - Create a WMV2 decoder.
- wmv2_
decoder_ decode - Decode one assembled WMV2 frame payload.
- wmv2_
decoder_ destroy - wmv2_
decoder_ get_ frame - Get the most recently decoded frame view.