mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-24 08:40:01 +01:00
Libvje / refactor : contrast (fix)
* clean headers
This commit is contained in:
@@ -17,12 +17,11 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 , USA.
|
||||
*/
|
||||
#include <config.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "common.h"
|
||||
#include <libvjmem/vjmem.h>
|
||||
#include "contrast.h"
|
||||
#include "common.h"
|
||||
|
||||
vj_effect *contrast_init(int w, int h)
|
||||
{
|
||||
vj_effect *ve = (vj_effect *) vj_calloc(sizeof(vj_effect));
|
||||
|
||||
@@ -20,14 +20,7 @@
|
||||
|
||||
#ifndef CONTRAST_H
|
||||
#define CONTRAST_H
|
||||
#include <libvje/vje.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
vj_effect *contrast_init();
|
||||
|
||||
|
||||
void contrast_apply(VJFrame *frame, int *t);
|
||||
|
||||
void contrast_free();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user