Don't emit an error message when initial timestamp of the stream is not
zero.
const char * const *profile_names;
pv->job = job;
+ pv->last_stop = AV_NOPTS_VALUE;
pv->chapter_queue = hb_chapter_queue_init();
w->private_data = pv;
pic_in.sliceType = X265_TYPE_AUTO;
}
- if (pv->last_stop != in->s.start)
+ if (pv->last_stop != AV_NOPTS_VALUE && pv->last_stop != in->s.start)
{
hb_log("encx265 input continuity err: last stop %"PRId64" start %"PRId64,
pv->last_stop, in->s.start);