deinterlace: remove dead assignments

Values in fields_required and same_buffer are overwritten before used. Removing
assignment
This commit is contained in:
Luis de Bethencourt 2015-06-25 10:45:35 +01:00 committed by Luis de Bethencourt
parent 8b759eb460
commit 72f63c58ad

View file

@ -1500,9 +1500,7 @@ gst_deinterlace_output_frame (GstDeinterlace * self, gboolean flushing)
restart: restart:
ret = GST_FLOW_OK; ret = GST_FLOW_OK;
fields_required = 0;
hl_no_lock = FALSE; hl_no_lock = FALSE;
same_buffer = FALSE;
flush_one = FALSE; flush_one = FALSE;
self->need_more = FALSE; self->need_more = FALSE;
phase = self->pattern_phase; phase = self->pattern_phase;