From 07b2c47a8235137f6847d3f96df613f3fea62aad Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Fri, 26 Oct 2007 11:36:35 +0000 Subject: [PATCH] modules/codec/ffmpeg/video_filter.c is img_* API only now --- modules/codec/ffmpeg/video_filter.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/codec/ffmpeg/video_filter.c b/modules/codec/ffmpeg/video_filter.c index 68ec6c37bb..e66cb184fa 100644 --- a/modules/codec/ffmpeg/video_filter.c +++ b/modules/codec/ffmpeg/video_filter.c @@ -43,7 +43,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 ); -#endif /***************************************************************************** * filter_sys_t : filter descriptor @@ -62,12 +61,9 @@ struct filter_sys_t AVPicture tmp_pic; -#if !defined(HAVE_FFMPEG_SWSCALE_H) && !defined(HAVE_LIBSWSCALE_TREE) ImgReSampleContext *p_rsc; -#endif }; -#if !defined(HAVE_FFMPEG_SWSCALE_H) && !defined(HAVE_LIBSWSCALE_TREE) /***************************************************************************** * OpenFilterEx: common code to OpenFilter and OpenCropPadd *****************************************************************************/ -- 2.20.1