[vlc-devel] commit: Useless statement. (Antoine Cellerier )
git version control
git at videolan.org
Wed Jun 4 22:03:26 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Jun 4 20:02:22 2008 +0200| [728bc0ab3a8436fd68cdbf3c4f91399a3c0100b0]
Useless statement.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=728bc0ab3a8436fd68cdbf3c4f91399a3c0100b0
---
modules/video_filter/rotate.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/rotate.c b/modules/video_filter/rotate.c
index 2b5c6cc..af73f8a 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;
}
More information about the vlc-devel
mailing list