On Sun, 23 Aug 2020, Nicolas George wrote:

Marton Balint (12020-08-23):
I don't like the idea of compiling the full help text into the binaries.
Libraries are already huge binaries, adding the help text increases the
binary size even more.

Why do you consider this an issue? It does not take more disk space in
the binaries than in separate files.

It is loaded (or at least mmapped) into memory unconditionally. Also, is there another similar sized project which embeds full help into binary? I have not heard of such project. This whole help API looks like yet another NIH for libavutil.

There are tools for browsing help, like a browser, or a pdf reader. All will be more useable and searchable than a GUI somebody hacks together to be able to use libavutil help API just because it can.

Regards,
Marton
_______________________________________________
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