AVERROR_BUG2

This is semantically identical to AVERROR_BUG it has been introduced in Libav after our AVERROR_BUG and with a modified value.

extern (C) @nogc nothrow
enum AVERROR_BUG2 = FFERRTAG('B', 'U', 'G', ' ');

Meta