mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23391 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2455a1f96f
commit
13fa313b55
@ -32,7 +32,6 @@
|
|||||||
#include "img_format.h"
|
#include "img_format.h"
|
||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================//
|
//===========================================================================//
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
int x1,y1,x2,y2;
|
int x1,y1,x2,y2;
|
||||||
int limit;
|
int limit;
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#include "img_format.h"
|
#include "img_format.h"
|
||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
#define PARAM1_DEFAULT 4.0
|
#define PARAM1_DEFAULT 4.0
|
||||||
#define PARAM2_DEFAULT 3.0
|
#define PARAM2_DEFAULT 3.0
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "mp_msg.h"
|
#include "mp_msg.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "img_format.h"
|
#include "img_format.h"
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/video_out.h"
|
#include "libvo/video_out.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
#include "m_option.h"
|
#include "m_option.h"
|
||||||
#include "m_struct.h"
|
#include "m_struct.h"
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
int field;
|
int field;
|
||||||
};
|
};
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
int interleave;
|
int interleave;
|
||||||
int height;
|
int height;
|
||||||
|
@ -60,8 +60,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
/* Uncomment if you want to print some info on the format */
|
/* Uncomment if you want to print some info on the format */
|
||||||
// #define DUMP_FORMAT_DATA
|
// #define DUMP_FORMAT_DATA
|
||||||
|
|
||||||
|
@ -47,7 +47,6 @@
|
|||||||
#include "img_format.h"
|
#include "img_format.h"
|
||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
#include "libswscale/rgb2rgb.h"
|
#include "libswscale/rgb2rgb.h"
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
mp_image_t *last_mpi;
|
mp_image_t *last_mpi;
|
||||||
};
|
};
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#include "img_format.h"
|
#include "img_format.h"
|
||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
#define PARAM1_DEFAULT 4.0
|
#define PARAM1_DEFAULT 4.0
|
||||||
#define PARAM2_DEFAULT 3.0
|
#define PARAM2_DEFAULT 3.0
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
typedef void (pack_func_t)(unsigned char *dst, unsigned char *y,
|
typedef void (pack_func_t)(unsigned char *dst, unsigned char *y,
|
||||||
unsigned char *u, unsigned char *v, int w, int us, int vs);
|
unsigned char *u, unsigned char *v, int w, int us, int vs);
|
||||||
|
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
//#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
#ifdef USE_LIBAVCODEC_SO
|
#ifdef USE_LIBAVCODEC_SO
|
||||||
#include <ffmpeg/avcodec.h>
|
#include <ffmpeg/avcodec.h>
|
||||||
#else
|
#else
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
//#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
#ifdef USE_LIBAVCODEC_SO
|
#ifdef USE_LIBAVCODEC_SO
|
||||||
#include <ffmpeg/avcodec.h>
|
#include <ffmpeg/avcodec.h>
|
||||||
#else
|
#else
|
||||||
|
@ -64,7 +64,6 @@ Known Issues:
|
|||||||
#include "img_format.h"
|
#include "img_format.h"
|
||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
#define MIN(a,b) ((a) > (b) ? (b) : (a))
|
#define MIN(a,b) ((a) > (b) ? (b) : (a))
|
||||||
#define MAX(a,b) ((a) < (b) ? (b) : (a))
|
#define MAX(a,b) ((a) < (b) ? (b) : (a))
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.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){
|
static void mirror(unsigned char* dst,unsigned char* src,int dststride,int srcstride,int w,int h,int bpp,unsigned int fmt){
|
||||||
int y;
|
int y;
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
#include "img_format.h"
|
#include "img_format.h"
|
||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
#define SUB_PIXEL_BITS 8
|
#define SUB_PIXEL_BITS 8
|
||||||
#define SUB_PIXELS (1<<SUB_PIXEL_BITS)
|
#define SUB_PIXELS (1<<SUB_PIXEL_BITS)
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
#include "libswscale/rgb2rgb.h"
|
#include "libswscale/rgb2rgb.h"
|
||||||
|
|
||||||
//===========================================================================//
|
//===========================================================================//
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
//===========================================================================//
|
//===========================================================================//
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
int direction;
|
int direction;
|
||||||
};
|
};
|
||||||
|
@ -37,7 +37,6 @@
|
|||||||
#include "img_format.h"
|
#include "img_format.h"
|
||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
#include "libswscale/swscale.h"
|
#include "libswscale/swscale.h"
|
||||||
#include "vf_scale.h"
|
#include "vf_scale.h"
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
#include "fmt-conversion.h"
|
#include "fmt-conversion.h"
|
||||||
#include "bswap.h"
|
#include "bswap.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
#include "libswscale/swscale.h"
|
#include "libswscale/swscale.h"
|
||||||
#include "vf_scale.h"
|
#include "vf_scale.h"
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "vf_scale.h"
|
#include "vf_scale.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
#include "libswscale/swscale.h"
|
#include "libswscale/swscale.h"
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
|
@ -37,7 +37,6 @@
|
|||||||
#include "img_format.h"
|
#include "img_format.h"
|
||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
#include "libswscale/swscale.h"
|
#include "libswscale/swscale.h"
|
||||||
#include "vf_scale.h"
|
#include "vf_scale.h"
|
||||||
|
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
struct vf_priv_s {
|
struct vf_priv_s {
|
||||||
int skipflag;
|
int skipflag;
|
||||||
};
|
};
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#include "img_format.h"
|
#include "img_format.h"
|
||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================//
|
//===========================================================================//
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
|
|
||||||
//===========================================================================//
|
//===========================================================================//
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
#include "libswscale/rgb2rgb.h"
|
#include "libswscale/rgb2rgb.h"
|
||||||
#include "vf_scale.h"
|
#include "vf_scale.h"
|
||||||
|
|
||||||
|
@ -27,10 +27,6 @@
|
|||||||
#include "mp_image.h"
|
#include "mp_image.h"
|
||||||
#include "vf.h"
|
#include "vf.h"
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
|
||||||
#include "libvo/fastmemcpy.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* We need this #define because we need ../libavcodec/common.h to #define
|
/* We need this #define because we need ../libavcodec/common.h to #define
|
||||||
* be2me_32, otherwise the linker will complain that it doesn't exist */
|
* be2me_32, otherwise the linker will complain that it doesn't exist */
|
||||||
#define HAVE_AV_CONFIG_H
|
#define HAVE_AV_CONFIG_H
|
||||||
|
Loading…
Reference in New Issue
Block a user