Home
last modified time | relevance | path

Searched refs:discontinuity (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmpegtsenc.c51 int discontinuity; member
167 if (s->discontinuity) { in mpegts_write_section()
171 s->discontinuity = 0; in mpegts_write_section()
243 int discontinuity; member
1029 service->pmt.discontinuity= ts->flags & MPEGTS_FLAG_DISCONT; in mpegts_add_service()
1149 ts->pat.discontinuity= ts->flags & MPEGTS_FLAG_DISCONT; in mpegts_init()
1155 ts->sdt.discontinuity= ts->flags & MPEGTS_FLAG_DISCONT; in mpegts_init()
1161 ts->nit.discontinuity= ts->flags & MPEGTS_FLAG_DISCONT; in mpegts_init()
1247 ts_st->discontinuity = ts->flags & MPEGTS_FLAG_DISCONT; in mpegts_init()
1391 if (ts_st->discontinuity) { in mpegts_insert_pcr_only()
[all...]
H A Dhlsenc.c149 int discontinuity; member
1147 if (vs->discontinuity) { in hls_append_segment()
1149 vs->discontinuity = 0; in hls_append_segment()
1214 vs->discontinuity = 0; in parse_playlist()
1230 vs->discontinuity = 1; in parse_playlist()
3087 vs->discontinuity = 1; in hls_init()
3137 {"discont_start", "start the playlist with a discontinuity tag", 0, AV_OPT_TYPE_CONST, {.i64 = HLS_DISCONT_START }, 0, UINT_MAX, E, "flags"},

Completed in 10 milliseconds