avLogFatal constant

int const avLogFatal

Something went wrong and recovery is not possible. For example, no header was found for a format which depends on headers or an illegal combination of parameters is used.

Implementation

static const int avLogFatal = 8;