comparison libmpcodecs/vf_smartblur.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
36 #include "img_format.h" 36 #include "img_format.h"
37 #include "mp_image.h" 37 #include "mp_image.h"
38 #include "vf.h" 38 #include "vf.h"
39 #include "../libvo/fastmemcpy.h" 39 #include "../libvo/fastmemcpy.h"
40 #include "../postproc/swscale.h" 40 #include "../postproc/swscale.h"
41 #include "vf_scale.h"
41 42
42 //===========================================================================// 43 //===========================================================================//
43 44
44 typedef struct FilterParam{ 45 typedef struct FilterParam{
45 float radius; 46 float radius;