Alexey Rochev adee4626d3 ffmpeg: reallocate output buffer dynamically
With FFmpeg we can't determine size of output buffer ahead of time for all codecs,
so we need to reallocate it when needed instead of simply failing.
2023-10-31 12:25:32 +00:00
..

Decoder module

Provides a decoder abstraction. Application code will not normally need to depend on this module directly.