]> git.sesse.net Git - vlc/commitdiff
Useless statement.
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 4 Jun 2008 18:02:22 +0000 (20:02 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 4 Jun 2008 20:05:07 +0000 (22:05 +0200)
modules/video_filter/rotate.c

index 2b5c6ccd829217c1be812da69b68fed928ca87a3..af73f8a270e35438798bae20eeb86d7f86e27ed7 100644 (file)
@@ -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;
             }