Mercurial > mplayer.hg
changeset 23373:f8d4f8eff72b
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
line wrap: on
line diff
--- a/libmpcodecs/vf_boxblur.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_boxblur.c Sun May 27 20:36:04 2007 +0000 @@ -32,7 +32,6 @@ #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" //===========================================================================//
--- a/libmpcodecs/vf_cropdetect.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_cropdetect.c Sun May 27 20:36:04 2007 +0000 @@ -11,8 +11,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - struct vf_priv_s { int x1,y1,x2,y2; int limit;
--- a/libmpcodecs/vf_denoise3d.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_denoise3d.c Sun May 27 20:36:04 2007 +0000 @@ -32,7 +32,6 @@ #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" #define PARAM1_DEFAULT 4.0 #define PARAM2_DEFAULT 3.0
--- a/libmpcodecs/vf_dint.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_dint.c Sun May 27 20:36:04 2007 +0000 @@ -5,7 +5,6 @@ #include "config.h" #include "mp_msg.h" -#include "libvo/fastmemcpy.h" #include "mp_image.h" #include "img_format.h"
--- a/libmpcodecs/vf_eq.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_eq.c Sun May 27 20:36:04 2007 +0000 @@ -12,7 +12,6 @@ #include "vf.h" #include "libvo/video_out.h" -#include "libvo/fastmemcpy.h" #include "m_option.h" #include "m_struct.h"
--- a/libmpcodecs/vf_field.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_field.c Sun May 27 20:36:04 2007 +0000 @@ -8,8 +8,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - struct vf_priv_s { int field; };
--- a/libmpcodecs/vf_fil.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_fil.c Sun May 27 20:36:04 2007 +0000 @@ -8,8 +8,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - struct vf_priv_s { int interleave; int height;
--- a/libmpcodecs/vf_framestep.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_framestep.c Sun May 27 20:36:04 2007 +0000 @@ -60,8 +60,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - /* Uncomment if you want to print some info on the format */ // #define DUMP_FORMAT_DATA
--- a/libmpcodecs/vf_geq.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_geq.c Sun May 27 20:36:04 2007 +0000 @@ -47,7 +47,6 @@ #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" struct vf_priv_s {
--- a/libmpcodecs/vf_halfpack.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_halfpack.c Sun May 27 20:36:04 2007 +0000 @@ -11,7 +11,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" #include "libswscale/rgb2rgb.h" struct vf_priv_s {
--- a/libmpcodecs/vf_harddup.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_harddup.c Sun May 27 20:36:04 2007 +0000 @@ -9,8 +9,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - struct vf_priv_s { mp_image_t *last_mpi; };
--- a/libmpcodecs/vf_hqdn3d.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_hqdn3d.c Sun May 27 20:36:04 2007 +0000 @@ -32,7 +32,6 @@ #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" #define PARAM1_DEFAULT 4.0 #define PARAM2_DEFAULT 3.0
--- a/libmpcodecs/vf_ilpack.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_ilpack.c Sun May 27 20:36:04 2007 +0000 @@ -11,8 +11,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - typedef void (pack_func_t)(unsigned char *dst, unsigned char *y, unsigned char *u, unsigned char *v, int w, int us, int vs);
--- a/libmpcodecs/vf_lavc.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_lavc.c Sun May 27 20:36:04 2007 +0000 @@ -11,8 +11,6 @@ #include "mp_image.h" #include "vf.h" -//#include "libvo/fastmemcpy.h" - #ifdef USE_LIBAVCODEC_SO #include <ffmpeg/avcodec.h> #else
--- a/libmpcodecs/vf_lavcdeint.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_lavcdeint.c Sun May 27 20:36:04 2007 +0000 @@ -11,8 +11,6 @@ #include "mp_image.h" #include "vf.h" -//#include "libvo/fastmemcpy.h" - #ifdef USE_LIBAVCODEC_SO #include <ffmpeg/avcodec.h> #else
--- a/libmpcodecs/vf_mcdeint.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_mcdeint.c Sun May 27 20:36:04 2007 +0000 @@ -64,7 +64,6 @@ #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" #define MIN(a,b) ((a) > (b) ? (b) : (a)) #define MAX(a,b) ((a) < (b) ? (b) : (a))
--- a/libmpcodecs/vf_mirror.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_mirror.c Sun May 27 20:36:04 2007 +0000 @@ -10,8 +10,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - static void mirror(unsigned char* dst,unsigned char* src,int dststride,int srcstride,int w,int h,int bpp,unsigned int fmt){ int y;
--- a/libmpcodecs/vf_perspective.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_perspective.c Sun May 27 20:36:04 2007 +0000 @@ -33,7 +33,6 @@ #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" #define SUB_PIXEL_BITS 8 #define SUB_PIXELS (1<<SUB_PIXEL_BITS)
--- a/libmpcodecs/vf_rgb2bgr.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_rgb2bgr.c Sun May 27 20:36:04 2007 +0000 @@ -10,7 +10,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" #include "libswscale/rgb2rgb.h" //===========================================================================//
--- a/libmpcodecs/vf_rgbtest.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_rgbtest.c Sun May 27 20:36:04 2007 +0000 @@ -10,8 +10,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - //===========================================================================// struct vf_priv_s {
--- a/libmpcodecs/vf_rotate.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_rotate.c Sun May 27 20:36:04 2007 +0000 @@ -10,8 +10,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - struct vf_priv_s { int direction; };
--- a/libmpcodecs/vf_sab.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_sab.c Sun May 27 20:36:04 2007 +0000 @@ -37,7 +37,6 @@ #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" #include "libswscale/swscale.h" #include "vf_scale.h"
--- a/libmpcodecs/vf_scale.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_scale.c Sun May 27 20:36:04 2007 +0000 @@ -13,7 +13,6 @@ #include "fmt-conversion.h" #include "bswap.h" -#include "libvo/fastmemcpy.h" #include "libswscale/swscale.h" #include "vf_scale.h"
--- a/libmpcodecs/vf_screenshot.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_screenshot.c Sun May 27 20:36:04 2007 +0000 @@ -21,7 +21,6 @@ #include "vf.h" #include "vf_scale.h" -#include "libvo/fastmemcpy.h" #include "libswscale/swscale.h" struct vf_priv_s {
--- a/libmpcodecs/vf_smartblur.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_smartblur.c Sun May 27 20:36:04 2007 +0000 @@ -37,7 +37,6 @@ #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" #include "libswscale/swscale.h" #include "vf_scale.h"
--- a/libmpcodecs/vf_softskip.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_softskip.c Sun May 27 20:36:04 2007 +0000 @@ -9,8 +9,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - struct vf_priv_s { int skipflag; };
--- a/libmpcodecs/vf_swapuv.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_swapuv.c Sun May 27 20:36:04 2007 +0000 @@ -32,7 +32,6 @@ #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" //===========================================================================//
--- a/libmpcodecs/vf_test.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_test.c Sun May 27 20:36:04 2007 +0000 @@ -29,8 +29,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" - //===========================================================================// #include <inttypes.h>
--- a/libmpcodecs/vf_yuy2.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_yuy2.c Sun May 27 20:36:04 2007 +0000 @@ -11,7 +11,6 @@ #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" #include "libswscale/rgb2rgb.h" #include "vf_scale.h"
--- a/libmpcodecs/vf_zrmjpeg.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_zrmjpeg.c Sun May 27 20:36:04 2007 +0000 @@ -27,10 +27,6 @@ #include "mp_image.h" #include "vf.h" -#ifdef USE_FASTMEMCPY -#include "libvo/fastmemcpy.h" -#endif - /* We need this #define because we need ../libavcodec/common.h to #define * be2me_32, otherwise the linker will complain that it doesn't exist */ #define HAVE_AV_CONFIG_H