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
Steve Lhomme
VLC
Commits
4e26c57f
Commit
4e26c57f
authored
Nov 26, 2006
by
dionoea
Browse files
Remove trailing spaces.
parent
9ce72981
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/colorthres.c
View file @
4e26c57f
...
...
@@ -52,7 +52,7 @@ static picture_t *Filter( filter_t *, picture_t * );
"chars are for red, then green, then blue. #000000 = black, #FF0000 = red,"\
" #00FF00 = green, #FFFF00 = yellow (red + green), #FFFFFF = white" )
static
int
pi_color_values
[]
=
{
0x00FF0000
,
0x00FF00FF
,
0x00FFFF00
,
0x0000FF00
,
0x000000FF
,
0x0000FFFF
};
0x00FF0000
,
0x00FF00FF
,
0x00FFFF00
,
0x0000FF00
,
0x000000FF
,
0x0000FFFF
};
static
char
*
ppsz_color_descriptions
[]
=
{
N_
(
"Red"
),
N_
(
"Fuchsia"
),
N_
(
"Yellow"
),
N_
(
"Lime"
),
N_
(
"Blue"
),
N_
(
"Aqua"
)
};
...
...
@@ -214,8 +214,6 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
p_in_v
++
;
p_out_u
++
;
p_out_v
++
;
}
p_outpic
->
date
=
p_pic
->
date
;
...
...
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