diff options
Diffstat (limited to 'libhb/muxmp4.c')
-rw-r--r-- | libhb/muxmp4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index 1511713b3..cdb9ce7ae 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -408,7 +408,7 @@ static int MP4Init( hb_mux_object_t * m ) hb_subtitle_t *subtitle = hb_list_item( job->list_subtitle, i ); if( subtitle && subtitle->format == TEXTSUB && - subtitle->dest == PASSTHRUSUB ) + subtitle->config.dest == PASSTHRUSUB ) { uint64_t width, height = 60; if( job->anamorphic.mode ) |