mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 15:50:01 +01:00
Libvje / refactor : levelcorrection
* clean headers
This commit is contained in:
@@ -18,13 +18,9 @@
|
|||||||
* 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 "common.h"
|
||||||
#include <stdio.h>
|
|
||||||
#include <libvjmem/vjmem.h>
|
#include <libvjmem/vjmem.h>
|
||||||
#include "levelcorrection.h"
|
#include "levelcorrection.h"
|
||||||
#include <stdlib.h>
|
|
||||||
#include <math.h>
|
|
||||||
#include "common.h"
|
|
||||||
|
|
||||||
vj_effect *levelcorrection_init(int w,int h)
|
vj_effect *levelcorrection_init(int w,int h)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -20,9 +20,6 @@
|
|||||||
|
|
||||||
#ifndef ALEVELCORRECTION_H
|
#ifndef ALEVELCORRECTION_H
|
||||||
#define ALEVELCORRECTION_H
|
#define ALEVELCORRECTION_H
|
||||||
#include <sys/types.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <libvje/vje.h>
|
|
||||||
void levelcorrection_apply(VJFrame *frame, int min, int max, int bmin, int bmax);
|
void levelcorrection_apply(VJFrame *frame, int min, int max, int bmin, int bmax);
|
||||||
vj_effect *levelcorrection_init(int w,int h);
|
vj_effect *levelcorrection_init(int w,int h);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user