AVFormatContext.avoid_negative_ts

Avoid negative timestamps during muxing. 0 -> allow negative timestamps 1 -> avoid negative timestamps -1 -> choose automatically (default) Note, this only works when interleave_packet_per_dts is in use. - encoding: Set by user via AVOptions (NO direct access) - decoding: unused

struct AVFormatContext
int avoid_negative_ts;

Meta