repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git]
/
cinelerra
/
maskauto.inc
blob
60a68fdf3cdebe05b018aea6119cb160b094fbd6
1
#ifndef MASKAUTO_INC
2
#define MASKAUTO_INC
3
4
5
6
class MaskAuto;
7
class MaskPoint;
8
class SubMask;
9
10
enum
11
{
12
MASK_MULTIPLY_ALPHA,
13
MASK_SUBTRACT_ALPHA
14
};
15
16
#define SUBMASKS 8
17
18
19
20
#endif