Skip to content

Releases: SeedV/ffmpeg_kit_flutter

min release for ffmpeg 8.0.0

01 Mar 00:07

Choose a tag to compare

## 3.1.0

* Added ProGuard rules
* Fixed the FFmpeg 8.0 compatibility issue across all platforms. The problem was that `all_channel_counts` was being set AFTER the filter was created, but FFmpeg 8.0 requires it to be set DURING filter creation.