AV_NOPTS_VALUE

@brief Undefined timestamp value

Usually reported by demuxer that work on containers that do not provide either pts or dts.

extern (C) @nogc nothrow
enum AV_NOPTS_VALUE = cast(long)UINT64_C(0x8000000000000000);

Meta