예제 #1
0
파일: noise.c 프로젝트: Elive/effectv
static int setBackground(RGB32 *src)
{
	image_bgset_y(src);
	bgIsSet = 1;

	return 0;
}
예제 #2
0
파일: fv_mosaictv.c 프로젝트: kidaa/gmerlin
static int setBackground(effect* e, RGB32 *src)
{
    mosaic_t * priv = e->priv;
    image_bgset_y(e, src);
    priv->bgIsSet = 1;

    return 0;
}