even more improved corner pin and more consistent audio

This commit is contained in:
itsmattkc
2018-11-12 20:49:15 +11:00
parent 18c112d83e
commit 4f3c807c6a
5 changed files with 45 additions and 31 deletions
-2
View File
@@ -38,8 +38,6 @@ CornerPinEffect::CornerPinEffect(Clip *c, const EffectMeta *em) : Effect(c, em)
}
void CornerPinEffect::process_coords(double timecode, GLTextureCoords &coords) {
coords.grid_size += 4;
coords.vertexTopLeftX += top_left_x->get_double_value(timecode);
coords.vertexTopLeftY += top_left_y->get_double_value(timecode);