bsd compatibility mods
[goodguy/history.git] / cinelerra-5.1 / plugins / flowobj / flowobj.C
index 9ebeb4f9d22d19edce6e4ff83f4ef19a04d8b9d8..1f991e6cbef3528a246ffcb87ef0a263bde18b6d 100644 (file)
@@ -272,7 +272,7 @@ int FlowObj::process_buffer(VFrame *frame, int64_t start_position, double frame_
        goodFeaturesToTrack(next_mat,
                *next_corners, corner_count, 0.01,        // quality_level
                min_distance, noArray(), block_size,
-               0,           // use_harris
+               false,       // use_harris
                0.04);       // k
 
        if( !next_mat.empty() && next_corners->size() > 3 ) {