AVFMT_TS_NEGATIVE

< Format allows muxing negative timestamps. If not set the timestamp will be shifted in av_write_frame and av_interleaved_write_frame so they start from 0. The user or muxer can override this through AVFormatContext.avoid_negative_ts

extern (C) @nogc nothrow
enum AVFMT_TS_NEGATIVE = 0x40000;

Meta