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

Deinterlace prototype should be defined whether or not swscale is used.

parent 299be2de
......@@ -43,10 +43,10 @@
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 );
#endif
#else
static picture_t *Deinterlace( filter_t *p_filter, picture_t *p_pic );
#endif
/*****************************************************************************
* filter_sys_t : filter descriptor
......
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