AVFormatContext.avoid_negative_ts

Avoid negative timestamps during muxing. Any value of the AVFMT_AVOID_NEG_TS_* constants. Note, this only works when using av_interleaved_write_frame. (interleave_packet_per_dts is in use) - muxing: Set by user - demuxing: unused

struct AVFormatContext
int avoid_negative_ts;

Meta