avLogStderr constant

int const avLogStderr

This log level is defined by FFmpegKit. It is used to specify logs printed to stderr by FFmpeg. Logs that has this level are not filtered and always redirected.

Implementation

static const int avLogStderr = -16;