Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
4e26c57f
Commit
4e26c57f
authored
Nov 26, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing spaces.
parent
9ce72981
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
modules/video_filter/colorthres.c
modules/video_filter/colorthres.c
+1
-3
No files found.
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