summaryrefslogtreecommitdiffstats
path: root/libhb/decmpeg2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/decmpeg2.c')
-rw-r--r--libhb/decmpeg2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/decmpeg2.c b/libhb/decmpeg2.c
index b719370e8..cd3c5a324 100644
--- a/libhb/decmpeg2.c
+++ b/libhb/decmpeg2.c
@@ -472,7 +472,7 @@ static int hb_libmpeg2_decode( hb_libmpeg2_t * m, hb_buffer_t * buf_es,
}
subtitle->format = TEXTSUB;
subtitle->source = CC608SUB;
- subtitle->dest = PASSTHRUSUB;
+ subtitle->config.dest = PASSTHRUSUB;
subtitle->type = 5;
hb_list_add( m->title->list_subtitle, subtitle );