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
r1014: Enable horizontal scrolling with the mouse wheel by pressing Ctrl.
[cinelerra_cv/ct.git]
/
cinelerra
/
vrender.inc
blob
d6599cbe0621f0a7e4028f67d50bf4c1a8c7244b
1
#ifndef VRENDER_INC
2
#define VRENDER_INC
3
4
class VRender;
5
6
7
// Want to count down a certain number of late frames before
8
// we give up and start dropping.
9
#define VRENDER_THRESHOLD 1
10
11
#endif