AV_PKT_FLAG_DISCARD

Flag is used to discard packets which are required to maintain valid decoder state but are not required for output and should be dropped after decoding.

extern (C) @nogc nothrow
enum AV_PKT_FLAG_DISCARD = 0x0004;

Meta