mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 08:40:28 +00:00
1. do not call av_log_set_level if using custom callback - seemingly not used for custom callbacks 2. simplify lavc-log-level (rename from lavcd-...) and keep it only for FFmpeg values only (+ use FFmpeg default logger) As indicated by the point 1, it didn't perhaps even work unless the 'D' suffix (now removed) was added to the param because the value set was not used by the custom callback but default (UG global) log_msg was used instead.