r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git] / cinelerra / vrender.inc
blobd6599cbe0621f0a7e4028f67d50bf4c1a8c7244b
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