comparison libmpcodecs/vf_down3dright.c @ 18746:497ebe3ecc2b

Software Scaler headers usage cleanup
author lucabe
date Sun, 18 Jun 2006 10:59:23 +0000
parents 20aca9baf5d8
children a124f3abc1ec
comparison
equal deleted inserted replaced
18745:19cd9e0f8ac4 18746:497ebe3ecc2b
10 #include "img_format.h" 10 #include "img_format.h"
11 #include "mp_image.h" 11 #include "mp_image.h"
12 #include "vf.h" 12 #include "vf.h"
13 13
14 #include "libvo/fastmemcpy.h" 14 #include "libvo/fastmemcpy.h"
15 #include "postproc/rgb2rgb.h"
16 15
17 struct vf_priv_s { 16 struct vf_priv_s {
18 int skipline; 17 int skipline;
19 int scalew; 18 int scalew;
20 int scaleh; 19 int scaleh;