Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
bb770dd1
Commit
bb770dd1
authored
Nov 01, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused variables (blend).
parent
ba9be5bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
modules/video_filter/blend.c
modules/video_filter/blend.c
+0
-6
No files found.
modules/video_filter/blend.c
View file @
bb770dd1
...
@@ -602,12 +602,6 @@ static void BlendYUVARV24( filter_t *p_filter,
...
@@ -602,12 +602,6 @@ static void BlendYUVARV24( filter_t *p_filter,
else
else
{
{
int
i_rindex
,
i_gindex
,
i_bindex
;
int
i_rindex
,
i_gindex
,
i_bindex
;
uint32_t
i_rmask
,
i_gmask
,
i_bmask
;
i_rmask
=
p_filter
->
fmt_out
.
video
.
i_rmask
;
i_gmask
=
p_filter
->
fmt_out
.
video
.
i_gmask
;
i_bmask
=
p_filter
->
fmt_out
.
video
.
i_bmask
;
vlc_rgb_index
(
&
i_rindex
,
&
i_gindex
,
&
i_bindex
,
&
p_filter
->
fmt_out
.
video
);
vlc_rgb_index
(
&
i_rindex
,
&
i_gindex
,
&
i_bindex
,
&
p_filter
->
fmt_out
.
video
);
/* Draw until we reach the bottom of the subtitle */
/* Draw until we reach the bottom of the subtitle */
...
...
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