pub fn set_log_callback<F>(callback: F)where
    F: 'static + Fn(i32, &str) + Send + Sync,
Expand description

Set log callback for FFmpeg. All log messages from FFmpeg will be passed to a given closure.