From d431f9bf102ddcc1f153e4f569e653df6cb11050 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Sat, 9 May 2009 08:49:30 +0000 Subject: Enable chapter boundary check for ffmpeg input even when chapters marker are disabled, fixes an issue where the encoding process wouldn't stop at the right time. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2408 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/stream.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libhb/stream.c') 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 ) { -- cgit v1.2.3