projects
/
platform
/
upstream
/
gst-plugins-good.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new...
[platform/upstream/gst-plugins-good.git]
/
gst
/
goom2k1
/
lines.h
1
/*
2
* lines.h
3
* iGoom
4
*
5
* Created by guillaum on Tue Aug 14 2001.
6
* Copyright (c) 2001 ios. All rights reserved.
7
*
8
*/
9
#include <glib.h>
10
11
#include "graphic.h"
12
#include "goom_core.h"
13
14
void goom_lines(GoomData *goomdata, gint16 data [2][512], unsigned int ID,unsigned int* p, guint32 power);
15
16