avLogStderr constant Null safety

int const avLogStderr

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 avLogStderr = -16;