Commit f1dd920e authored by Jean-Paul Saman's avatar Jean-Paul Saman

Cleanup blendbench videofilter

parent 614be053
...@@ -29,11 +29,6 @@ ...@@ -29,11 +29,6 @@
# include "config.h" # include "config.h"
#endif #endif
#include <errno.h>
#include <stdlib.h> /* malloc(), free() */
#include <string.h>
#include <math.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_sout.h> #include <vlc_sout.h>
#include <vlc_vout.h> #include <vlc_vout.h>
...@@ -144,6 +139,8 @@ static int LoadImage( vlc_object_t *p_this, picture_t **pp_pic, ...@@ -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, 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_pitch,
(*pp_pic)->p[Y_PLANE].i_visible_lines ); (*pp_pic)->p[Y_PLANE].i_visible_lines );
return VLC_SUCCESS;
} }
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment