summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/stream.c b/libhb/stream.c
index b50dff15e..b89a5aaf0 100644
--- a/libhb/stream.c
+++ b/libhb/stream.c
@@ -2914,7 +2914,6 @@ static int ffmpeg_read( hb_stream_t *stream, hb_buffer_t *buf )
if( stream->title &&
stream->title->job &&
- stream->title->job->chapter_markers &&
buf->id == stream->ffmpeg_video_id &&
buf->start >= stream->chapter_end )
{