summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2015-09-03 10:16:03 -0700
committerJohn Stebbins <[email protected]>2015-09-04 08:44:03 -0700
commit85133c49d2dc34060159c8f9f16cd508bb9d08d2 (patch)
tree2bc98d6385873e0b6699a8a2708f44d72220a538 /libhb/sync.c
parent93a0685f2cad12828ad62d112eb1ddaac1af3a32 (diff)
libhb: remove unused hb_buffer_t.sub
Diffstat (limited to 'libhb/sync.c')
-rw-r--r--libhb/sync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/sync.c b/libhb/sync.c
index 3c2a7ffbd..688e1cd53 100644
--- a/libhb/sync.c
+++ b/libhb/sync.c
@@ -904,7 +904,6 @@ int syncVideoWork( hb_work_object_t * w, hb_buffer_t ** buf_in,
*buf_out = cur;
int64_t duration = next_start - cur->s.start;
sync->cur = cur = next;
- cur->sub = NULL;
cur->s.start -= pv->common->video_pts_slip;
if (cur->s.renderOffset != AV_NOPTS_VALUE)
cur->s.renderOffset -= pv->common->video_pts_slip;