Libvje / refactor : dummy (fix)

* clean headers
This commit is contained in:
[d.j.a.y] Jerome Blanchi
2016-07-30 15:44:24 +02:00
parent 09fdbc54ac
commit 61a258f19e

View File

@@ -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 <libvje/vje.h>
#include "common.h"
#include <libvjmem/vjmem.h>
#include "dummy.h"
#include "common.h"
vj_effect *dummy_init(int w, int h)
{
@@ -65,7 +63,7 @@ void dummy_apply( VJFrame *frame, int color)
void dummy_rgb_apply( VJFrame *frame, int r,int g, int b)
{
const int len = frame->len;
const unsigned int len = frame->len;
const int uv_len = frame->uv_len;
int colorCb=128, colorCr=128, colorY=0;