Searched refs:use_tfdt (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | isom.h | 297 int use_tfdt; member
|
H A D | mov.c | 5238 int fallback_tfdt = !c->use_tfdt && !has_sidx && has_tfdt; 5239 int fallback_sidx = c->use_tfdt && !has_tfdt && has_sidx; 5242 av_log(c->fc, AV_LOG_DEBUG, "use_tfdt set but no tfdt found, using sidx instead\n"); 5245 av_log(c->fc, AV_LOG_DEBUG, "use_tfdt not set but no sidx found, using tfdt instead\n"); 5248 if (has_tfdt && c->use_tfdt || fallback_tfdt) { 5252 } else if (has_sidx && !c->use_tfdt || fallback_sidx) { 9423 {"use_tfdt", "use tfdt for fragment timestamps", OFFSET(use_tfdt), AV_OPT_TYPE_BOOL, {.i64 = 1},
|
Completed in 12 milliseconds