[vlc-devel] commit: Cleanup blendbench videofilter (Jean-Paul Saman )
git version control
git at videolan.org
Wed Apr 9 12:44:49 CEST 2008
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Wed Mar 26 13:38:57 2008 +0100| [f1dd920e8c38070f7e246ed0cf43ec28c26c8b49]
Cleanup blendbench videofilter
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f1dd920e8c38070f7e246ed0cf43ec28c26c8b49
---
modules/video_filter/blendbench.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/modules/video_filter/blendbench.c b/modules/video_filter/blendbench.c
index 5d71bc7..f21d6f4 100644
--- a/modules/video_filter/blendbench.c
+++ b/modules/video_filter/blendbench.c
@@ -29,11 +29,6 @@
# include "config.h"
#endif
-#include <errno.h>
-#include <stdlib.h> /* malloc(), free() */
-#include <string.h>
-#include <math.h>
-
#include <vlc/vlc.h>
#include <vlc_sout.h>
#include <vlc_vout.h>
@@ -144,6 +139,8 @@ static int LoadImage( vlc_object_t *p_this, picture_t **pp_pic,
msg_Dbg( p_this, "%s image has dim %d x %d (Y plane)", psz_name,
(*pp_pic)->p[Y_PLANE].i_visible_pitch,
(*pp_pic)->p[Y_PLANE].i_visible_lines );
+
+ return VLC_SUCCESS;
}
/*****************************************************************************
More information about the vlc-devel
mailing list