Module ffmpeg::swscale

source ·
Expand description

This module implements a lightweight and safe interface over the conversion functions of libswscale. It is designed to concentrate all calls to unsafe methods in one place, while providing a higher-level interface for converting decoded frames from one format to another.

Structs§

  • A struct able to copy a decoded AvFrame into an OutputBuffer’s memory, converting the pixel format if needed.

Enums§