summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/reader.c b/libhb/reader.c
index 83e6e513f..a7405fed7 100644
--- a/libhb/reader.c
+++ b/libhb/reader.c
@@ -535,8 +535,8 @@ void ReadLoop( void * _w )
else if ( buf->s.start >= r->job->pts_to_start )
{
r->job->pts_to_start = 0;
- r->start_found = 1;
}
+ r->start_found = 1;
}
}