AV_LOG_PRINT_LEVEL

Include the log severity in messages originating from codecs.

Results in messages such as: [rawvideo @ 0xDEADBEEF] error encode did not produce valid pts

extern (C) @nogc nothrow
enum AV_LOG_PRINT_LEVEL = 2;

Meta