[vlc-commits] anaglyph: stray declaration
Rémi Denis-Courmont
git at videolan.org
Fri Feb 10 17:51:00 CET 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Feb 9 23:34:34 2012 +0200| [28a6e9bc70b434741e1452c20f042fd909184415] | committer: Rémi Denis-Courmont
anaglyph: stray declaration
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=28a6e9bc70b434741e1452c20f042fd909184415
---
modules/video_filter/anaglyph.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/anaglyph.c b/modules/video_filter/anaglyph.c
index 25d5474..3159586 100644
--- a/modules/video_filter/anaglyph.c
+++ b/modules/video_filter/anaglyph.c
@@ -34,7 +34,6 @@
static int Create(vlc_object_t *);
static void Destroy(vlc_object_t *);
static picture_t *Filter(filter_t *, picture_t *);
-static void make_projection_matrix(filter_t *, int, int *);
static void combine_side_by_side_yuv420(picture_t *, picture_t *, int, int);
#define SCHEME_TEXT N_("Color scheme")
More information about the vlc-commits
mailing list