repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r956: README.BUILD - add more library recommendations
[cinelerra_cv/ct.git]
/
cinelerra
/
datatype.h
blob
a8001d4efd91d239226c7e0719ed134cf5386a04
1
#ifndef DATATYPE_H
2
#define DATATYPE_H
3
4
#define TRACK_AUDIO 0
5
#define TRACK_VIDEO 1
6
#define TRACK_VTRANSITION 2
7
#define TRACK_ATRANSITION 3
8
9
#endif