Commit 542f25d1 authored by Juha Jeronen's avatar Juha Jeronen Committed by Laurent Aimar

Set nb_fields to 2 for p_dst[0], too

Signed-off-by: default avatarLaurent Aimar <fenrir@videolan.org>
parent b2633199
......@@ -2563,8 +2563,7 @@ static picture_t *Deinterlace( filter_t *p_filter, picture_t *p_pic )
}
}
p_dst[0]->b_progressive = true;
for( int i = 1; i < DEINTERLACE_DST_SIZE; ++i )
for( int i = 0; i < DEINTERLACE_DST_SIZE; ++i )
{
if( p_dst[i] )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment