Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
728bc0ab
Commit
728bc0ab
authored
Jun 04, 2008
by
dionoea
Browse files
Useless statement.
parent
aa1b2f6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/rotate.c
View file @
728bc0ab
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment