Home
last modified time | relevance | path

Searched refs:avoid_negative_ts_use_pts (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dwebm_chunk.c134 s->internal->avoid_negative_ts_use_pts = in webm_chunk_init()
135 oc->internal->avoid_negative_ts_use_pts; in webm_chunk_init()
Dinternal.h125 int avoid_negative_ts_use_pts; member
Dmux.c700 int64_t ts = s->internal->avoid_negative_ts_use_pts ? pkt->pts : pkt->dts;
721 if (s->internal->avoid_negative_ts_use_pts) {
Dmatroskaenc.c1253 s->internal->avoid_negative_ts_use_pts = 0; in mkv_write_track()
2705 s->internal->avoid_negative_ts_use_pts = 1; in mkv_init()