mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 13:49:58 +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
|
||||
* 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 <libvjmem/vjmem.h>
|
||||
#include "complexsaturate.h"
|
||||
|
||||
vj_effect *complexsaturation_init(int w, int h)
|
||||
{
|
||||
|
||||
@@ -20,10 +20,6 @@
|
||||
|
||||
#ifndef COMPLEXSATURATE_H
|
||||
#define COMPLEXSATURATE_H
|
||||
#include <libvje/vje.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
vj_effect *complexsaturation_init();
|
||||
void complexsaturation_apply(VJFrame *frame, int i_angle,
|
||||
int red, int green, int blue,
|
||||
|
||||
Reference in New Issue
Block a user