mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 06:10:01 +01:00
Libvje / refactor : complexsaturate (fix)
* clen headers
This commit is contained in:
@@ -17,12 +17,10 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 , USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 , USA.
|
||||||
*/
|
*/
|
||||||
#include <stdint.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <libvjmem/vjmem.h>
|
|
||||||
#include <math.h>
|
|
||||||
#include "complexsaturate.h"
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include <libvjmem/vjmem.h>
|
||||||
|
#include "complexsaturate.h"
|
||||||
|
|
||||||
vj_effect *complexsaturation_init(int w, int h)
|
vj_effect *complexsaturation_init(int w, int h)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -20,10 +20,6 @@
|
|||||||
|
|
||||||
#ifndef COMPLEXSATURATE_H
|
#ifndef COMPLEXSATURATE_H
|
||||||
#define COMPLEXSATURATE_H
|
#define COMPLEXSATURATE_H
|
||||||
#include <libvje/vje.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
vj_effect *complexsaturation_init();
|
vj_effect *complexsaturation_init();
|
||||||
void complexsaturation_apply(VJFrame *frame, int i_angle,
|
void complexsaturation_apply(VJFrame *frame, int i_angle,
|
||||||
int red, int green, int blue,
|
int red, int green, int blue,
|
||||||
|
|||||||
Reference in New Issue
Block a user