Signed-off-by: Zsolt Vadasz
---
libavformat/flac_picture.c | 132 ++
libavformat/flac_picture.h | 5 +
libavformat/flacenc.c | 90 +--
libavformat/oggenc.c | 217 ++---
4 files changed, 319 insertions(+), 125 deletions(
Could someone please take a look? This would improve AEA demuxing, right now
every AEA file makes ffmpeg crash with an error.
Thank you in advance :)
--- Original Message ---
On Saturday, October 22nd, 2022 at 7:43 PM, asivery
wrote:
> Hello,
> This patch aims to fix a problem I've noti
Mar 3, 2023, 11:15 by quinkbl...@foxmail.com:
> I'd like to know what do you think about making fftools work like a
> library, like what ffmpeg-kit already did, but with built-in support.
>
> https://github.com/arthenica/ffmpeg-kit
>
> FFmpegKit is a collection of tools to use FFmpeg in Android,