Files
UltraGrid/src/libavcodec
Martin Pulec 6a86eb89b0 lavc_common: simplify logging setting
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.
2024-08-14 11:15:52 +02:00
..
2023-10-06 11:19:06 +02:00
2024-03-08 16:11:47 +01:00