AV_PKT_FLAG_DISPOSABLE

Flag is used to indicate packets that contain frames that can be discarded by the decoder. I.e. Non-reference frames.

extern (C) @nogc nothrow
enum AV_PKT_FLAG_DISPOSABLE = 0x0010;

Meta