Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / vrender.inc
blobf7f13fd5936e36901fefb5ef7135468ef4eaeaaa
1 #ifndef VRENDER_INC
2 #define VRENDER_INC
4 class VRender;
7 // Want to count down a certain number of late frames before
8 // we give up and start dropping.
9 #define VRENDER_THRESHOLD 1
11 #endif
13 //      Local Variables:
14 //      mode: C++
15 //      c-file-style: "linux"
16 //      End: