AV_LOG_STDERR constant

int const AV_LOG_STDERR

This log level 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 AV_LOG_STDERR = -16;