Commit 728bc0ab authored by Antoine Cellerier's avatar Antoine Cellerier

Useless statement.

parent aa1b2f6f
......@@ -358,7 +358,6 @@ static picture_t *FilterPacked( filter_t *p_filter, picture_t *p_pic )
else
{
p_out[i_line*i_pitch+2*i_col] = 0x00;
i_col_orig /= 2;
p_out_u[i_line*i_pitch+2*i_col] = 0x80;
p_out_v[i_line*i_pitch+2*i_col] = 0x80;
}
......
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