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
r1007: Make configure detect and work on amd64.
[cinelerra_cv/mob.git]
/
cinelerra
/
tracking.inc
blob
6869bb9186716206df2d3763d7f67cce78b94540
1
#ifndef TRACKING_INC
2
#define TRACKING_INC
3
4
class Tracking;
5
6
// Number of updates every second
7
#define TRACKING_RATE 24
8
9
#endif