summaryrefslogtreecommitdiffstats
path: root/libhb/reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/reader.c')
-rw-r--r--libhb/reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/reader.c b/libhb/reader.c
index f7470bfa2..dd478151b 100644
--- a/libhb/reader.c
+++ b/libhb/reader.c
@@ -460,7 +460,7 @@ static void ReaderFunc( void * _r )
hb_subtitle_t *subtitle;
for( n = 0; ( subtitle = hb_list_item( r->job->title->list_subtitle, n ) ); ++n )
{
- if ( subtitle->fifo_in )
+ if ( subtitle->fifo_in && subtitle->source == VOBSUB)
push_buf( r, subtitle->fifo_in, hb_buffer_init(0) );
}