Home
last modified time | relevance | path

Searched refs:AVFMT_AVOID_NEG_TS_AUTO (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doptions_table.h97 {"auto", "enabled when required by target format", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_AVOID_NEG_TS_AUTO }, INT_MIN, INT_MAX, E, "avoid_negative_ts"},
H A Davformat.h1571 #define AVFMT_AVOID_NEG_TS_AUTO -1 ///< Enabled when required by target format macro
H A Dmux.c402 av_assert2(s->avoid_negative_ts == AVFMT_AVOID_NEG_TS_AUTO); in init_pts()
H A Dmovenc.c7412 if (s->avoid_negative_ts == AVFMT_AVOID_NEG_TS_AUTO ||
7429 if (!mov->use_editlist && s->avoid_negative_ts == AVFMT_AVOID_NEG_TS_AUTO &&

Completed in 17 milliseconds