AV_PKT_FLAG_TRUSTED

The packet comes from a trusted source.

Otherwise-unsafe constructs such as arbitrary pointers to data outside the packet may be followed.

extern (C) @nogc nothrow
enum AV_PKT_FLAG_TRUSTED = 0x0008;

Meta