Function re_video::decode::ffmpeg_h264::ffmpeg::sanitize_ffmpeg_log_message
source · fn sanitize_ffmpeg_log_message(msg: &str) -> String
Expand description
Strips out buffer addresses from FFmpeg
log messages so that we can use it with the log-once family of methods.