Libvje / refactor : levelcorrection

* clean headers
This commit is contained in:
[d.j.a.y] Jerome Blanchi
2016-07-30 11:29:43 +02:00
parent 2007e511c9
commit afddf40d59
2 changed files with 1 additions and 8 deletions

View File

@@ -18,13 +18,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 , USA.
*/
#include <stdint.h>
#include <stdio.h>
#include "common.h"
#include <libvjmem/vjmem.h>
#include "levelcorrection.h"
#include <stdlib.h>
#include <math.h>
#include "common.h"
vj_effect *levelcorrection_init(int w,int h)
{

View File

@@ -20,9 +20,6 @@
#ifndef 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);
vj_effect *levelcorrection_init(int w,int h);
#endif