Skip to content

min release for ffmpeg 8.0.0

Latest

Choose a tag to compare

@codingpotato codingpotato released this 01 Mar 00:07
· 3 commits to min since this release
## 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.