update_ts_streams( d, pid, stream_id_ext, stream_type, A, NULL );
}
- d->ts_flags = TS_HAS_RAP | TS_HAS_PCR;
// When scanning, title->job == NULL. We don't need to wait for
// a PCR when scanning. In fact, it trips us up on the first
// preview of every title since we would have to read quite a
if ( title->job )
{
// BD PCR PID is specified to always be 0x1001
+ d->ts_flags = TS_HAS_RAP | TS_HAS_PCR;
update_ts_streams( d, 0x1001, 0, -1, P, NULL );
}