Hi Dale,
I noticed you committed the CHROMIUM_NO_LOGGING switch for FFmpeg in Chromium a few years ago.I'm currently debugging some audio decoding issues and found the error was happening inside the ffmpeg module (avcodec_send_packet failed: -1094995529 (Invalid data found when processing input)) and would like to view FFmpeg's internal logs.
I tried setting is_official_build=false and couldn't get the log. I'm not sure if that's the correct approach or if there's a simpler way to enable FFmpeg logging.
Could you point me to the recommended way to enable FFmpeg logs in Chromium?
Thanks!