Re: [FFmpeg-devel] [PATCH] lavfi/vf_libplacebo: pick log level dynamically

2021-11-12 Thread Lynne
12 Nov 2021, 20:24 by ffm...@haasn.xyz: > From: Niklas Haas > > In particular, allows users to go all the way up to PL_LOG_TRACE if > desired. (While also avoiding some potentially unnecessary callbacks for > filtered messages, including e.g. the CPU cost of printing out shader > sources) > > Res

[FFmpeg-devel] [PATCH] lavfi/vf_libplacebo: pick log level dynamically

2021-11-12 Thread Niklas Haas
From: Niklas Haas In particular, allows users to go all the way up to PL_LOG_TRACE if desired. (While also avoiding some potentially unnecessary callbacks for filtered messages, including e.g. the CPU cost of printing out shader sources) Response to runtime log level changes by updating it once