plugins/hyperlapse/hyperlapse.C:59: bad compares ?
Brought to you by:
heroines
cinelerra-7/plugins/hyperlapse/hyperlapse.C:59]: (style) Same expression on both sides of '!='.
Source code is
this->do_stabilization != do_stabilization ||
this->block_size != block_size ||
this->search_radius != search_radius ||
this->settling_speed != settling_speed ||
this->max_movement != max_movement) return 0;
Some mention of parameter "that" looks useful.