summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/decavcodec.c')
-rw-r--r--libhb/decavcodec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c
index e038efd6d..7b94274e1 100644
--- a/libhb/decavcodec.c
+++ b/libhb/decavcodec.c
@@ -1425,6 +1425,8 @@ static int decavcodecvInit( hb_work_object_t * w, hb_job_t * job )
pv->title = job->title;
else
pv->title = w->title;
+ if (pv->title->flags & HBTF_RAW_VIDEO)
+ pv->next_pts = 0;
hb_buffer_list_clear(&pv->list);
#ifdef USE_QSV