pub fn set_log_callback<F>(callback: F)where F: 'static + Fn(i32, &str) + Send + Sync,
Set log callback for FFmpeg. All log messages from FFmpeg will be passed to a given closure.