From 728bc0ab3a8436fd68cdbf3c4f91399a3c0100b0 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Wed, 4 Jun 2008 20:02:22 +0200 Subject: [PATCH] Useless statement. --- modules/video_filter/rotate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/video_filter/rotate.c b/modules/video_filter/rotate.c index 2b5c6ccd82..af73f8a270 100644 --- a/modules/video_filter/rotate.c +++ b/modules/video_filter/rotate.c @@ -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; } -- 2.39.5