Ruslan Balanukhin
Ruslan Balanukhin
Could you please check/test - [ffmpeg_abstractions](https://github.com/Ruslan-B/FFmpeg.AutoGen/tree/ffmpeg_abstractions) branch. I do think it should fix the problem as I forced ref for any none const array.
Forming new way of API here https://github.com/Ruslan-B/FFmpeg.AutoGen/issues/210 - all none const array parameters are ref now.
I'll look into this however can't promise anything as having a capacity of one developer is not enough to support timeline of ffmpeg. If you can update to 5.1 would...
Okay I'll look into this have to understand how to deal with this
> Understand and appreciate your efforts. I'm bundling it with Microsoft Debian Bullseye, which still marks ffmpeg 5.x package as unstable, and frankly saying I don't expect it to become...
When I'll finish work and newly generated API is going to stable - I'll do it once for 4.3 and 4.4. I don't think it need to so often.
I think this problem is solved in new API - mostly drop - I'll try to create experimental packages for 4.3 from this point and it would be cool if...
Based on https://github.com/Ruslan-B/FFmpeg.AutoGen/tree/ffmpeg_abstractions_4.3 I added all four new nuget packages. However, you need this one: ```Install-Package FFmpeg.AutoGen.Bindings.DynamicallyLoaded -Version 4.3.2``` Indexing still in progress. The API namespace is different - ```FFmpeg.AutoGen.Abstractions```...
Nice, I'll add packages for 4.4+ a bit later.
Thank you for the analysis. I'll take it over from here - have do tipple check my myself ```int av_image_fill_plane_sizes(size_t size[4], enum AVPixelFormat pix_fmt, int height, const ptrdiff_t linesizes[4]);``` as...