Changes since v2:

- Rebased onto master
- Add length field, to be (optionally) populated by the callee.
- Rewrite fftools code to take advantage of this new length field

This should address the remaining feedback from Andreas.

One thing I did notice though is that the `const void **out_configs` signature
makes it a bit awkward for the caller to pass an allocated array controlled
by the caller. But on the other hand, changing this to a `void *` is also
pretty nasty an in particular makes it too easy to accidentally attempt
mutating `const static` data.

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to