Commit 07b2c47a authored by Jean-Paul Saman's avatar Jean-Paul Saman

modules/codec/ffmpeg/video_filter.c is img_* API only now

parent ab88bcc0
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
void E_(InitLibavcodec) ( vlc_object_t *p_object ); void E_(InitLibavcodec) ( vlc_object_t *p_object );
static int CheckInit( filter_t *p_filter ); static int CheckInit( filter_t *p_filter );
static picture_t *Process( filter_t *p_filter, picture_t *p_pic ); static picture_t *Process( filter_t *p_filter, picture_t *p_pic );
#endif
/***************************************************************************** /*****************************************************************************
* filter_sys_t : filter descriptor * filter_sys_t : filter descriptor
...@@ -62,12 +61,9 @@ struct filter_sys_t ...@@ -62,12 +61,9 @@ struct filter_sys_t
AVPicture tmp_pic; AVPicture tmp_pic;
#if !defined(HAVE_FFMPEG_SWSCALE_H) && !defined(HAVE_LIBSWSCALE_TREE)
ImgReSampleContext *p_rsc; ImgReSampleContext *p_rsc;
#endif
}; };
#if !defined(HAVE_FFMPEG_SWSCALE_H) && !defined(HAVE_LIBSWSCALE_TREE)
/***************************************************************************** /*****************************************************************************
* OpenFilterEx: common code to OpenFilter and OpenCropPadd * OpenFilterEx: common code to OpenFilter and OpenCropPadd
*****************************************************************************/ *****************************************************************************/
......
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