comparison libmpcodecs/vf_sab.c @ 10233:35f52ad860a0

vf_scale.h & related cleanup & some small warning fix by dominik
author michael
date Sun, 01 Jun 2003 21:59:29 +0000
parents 3914afe5c0a7
children 6bd869a18d2c
comparison
equal deleted inserted replaced
10232:939ff11825de 10233:35f52ad860a0
32 #include "img_format.h" 32 #include "img_format.h"
33 #include "mp_image.h" 33 #include "mp_image.h"
34 #include "vf.h" 34 #include "vf.h"
35 #include "../libvo/fastmemcpy.h" 35 #include "../libvo/fastmemcpy.h"
36 #include "../postproc/swscale.h" 36 #include "../postproc/swscale.h"
37 #include "vf_scale.h"
37 38
38 39
39 //===========================================================================// 40 //===========================================================================//
40 41
41 typedef struct FilterParam{ 42 typedef struct FilterParam{