diff options
author | ritsuka <[email protected]> | 2009-05-09 08:49:30 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2009-05-09 08:49:30 +0000 |
commit | d431f9bf102ddcc1f153e4f569e653df6cb11050 (patch) | |
tree | a92443ac9e0a4ab891578389b224b6d7fed6db66 /libhb/stream.c | |
parent | 12b539e41336d755536cc324041bf100ad016103 (diff) |
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
Diffstat (limited to 'libhb/stream.c')
-rw-r--r-- | libhb/stream.c | 1 |
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 ) { |