fre 2024-09-13 klockan 08:23 +0000 skrev Nicolas Gaullier: > > - why not using a simple "if" on the av_log rather than inserting a > new block of code ?
That's way ugly RE: performance, we might want to move to a hash table based approach so we don't scan the entire table every time. The approach in this patch would be detrimental to such a change (it's an extra if that's always evaluated), hence why I prefer a table based approach. I'll post an alternative patch in a bit Also I just noticed the "Dark key" nag only get printed with -loglevel verbose. Hence why it's gone unnoticed /Tomas _______________________________________________ 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".