summaryrefslogtreecommitdiffstats
path: root/libhb/decpgssub.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/decpgssub.c')
-rw-r--r--libhb/decpgssub.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/decpgssub.c b/libhb/decpgssub.c
index 2ddd76f45..9efb83009 100644
--- a/libhb/decpgssub.c
+++ b/libhb/decpgssub.c
@@ -410,6 +410,7 @@ static int decsubWork( hb_work_object_t * w, hb_buffer_t ** buf_in,
out->s.start = pts;
out->s.stop = AV_NOPTS_VALUE;
out->s.renderOffset = AV_NOPTS_VALUE;
+ out->s.scr_sequence = in->s.scr_sequence;
out->f.x = x0;
out->f.y = y0;
out->f.window_width = pv->context->width;
@@ -474,6 +475,7 @@ static int decsubWork( hb_work_object_t * w, hb_buffer_t ** buf_in,
out->s.start = pts;
out->s.stop = pts;
out->s.renderOffset = AV_NOPTS_VALUE;
+ out->s.scr_sequence = in->s.scr_sequence;
out->f.x = 0;
out->f.y = 0;
out->f.width = 0;