[vlc-commits] commit: Removed unused variables (blend). (Laurent Aimar )
git at videolan.org
git at videolan.org
Mon Nov 1 16:46:26 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Nov 1 16:45:27 2010 +0100| [bb770dd1a8b310a54bae0080fe6acc980d09df06] | committer: Laurent Aimar
Removed unused variables (blend).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb770dd1a8b310a54bae0080fe6acc980d09df06
---
modules/video_filter/blend.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/modules/video_filter/blend.c b/modules/video_filter/blend.c
index 530be44..de07180 100644
--- a/modules/video_filter/blend.c
+++ b/modules/video_filter/blend.c
@@ -602,12 +602,6 @@ static void BlendYUVARV24( filter_t *p_filter,
else
{
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 );
/* Draw until we reach the bottom of the subtitle */
More information about the vlc-commits
mailing list