>> + s->iformat->flags |= (in_fmt->flags & AVFMT_TS_DISCONT);
>
> s->iformat is shared between demuxers, it thus cannot be changed
Hmm. So ff_hls_demuxer is the only place where this flag can be set?
AVInputFormat ff_hls_demuxer = {
.name = "hls,applehttp",
...
.flags = AVFMT_TS_DISCONT,
}