AVFMT_TS_NEGATIVE

< Format does not require strictly increasing timestamps, but they must still be monotonic *//**< 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

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

Meta