Commit bcce4e38 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Remove unused function Deinterlac() was move to its own file.

parent e7706ff6
......@@ -42,7 +42,6 @@
void E_(InitLibavcodec) ( vlc_object_t *p_object );
static int CheckInit( filter_t *p_filter );
static picture_t *Process( filter_t *p_filter, picture_t *p_pic );
static picture_t *Deinterlace( filter_t *p_filter, picture_t *p_pic );
/*****************************************************************************
* filter_sys_t : filter descriptor
......@@ -602,4 +601,4 @@ static picture_t *Process( filter_t *p_filter, picture_t *p_pic )
return p_pic_dst;
}
#endif
\ No newline at end of file
#endif
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