Robert Swain 6a6f90e745 deinterlace: Fix required fields logic
Both history_count and fields_required count from 1. As per the while loop
condition that follows this code, to perform the deinterlacing method, we need
history_count >= fields_required fields in the history. Therefore if we have
history_count < fields_required (not fields_required + 1), we need more fields.
2010-10-06 15:05:36 +02:00
..
2010-09-10 11:35:58 +02:00
2010-09-24 15:27:24 +02:00
2010-03-18 21:34:24 +00:00
2010-03-18 21:34:24 +00:00
2010-10-04 20:10:02 +02:00
2010-03-18 21:34:24 +00:00
2010-03-18 21:34:24 +00:00
2010-09-04 11:43:21 -07:00
2010-09-29 18:53:26 +01:00