1 /**
2  * @file rem_vidconv.h  Video colorspace conversion
3  *
4  * Copyright (C) 2010 Creytiv.com
5  */
6 
7 
8 void vidconv(struct vidframe *dst, const struct vidframe *src,
9 	     struct vidrect *r);
10 void vidconv_aspect(struct vidframe *dst, const struct vidframe *src,
11 		    struct vidrect *r);
12