X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_geometry.h;h=357543a0543c5c6b7c00deabe8a4432da9aec44c;hb=6d3859319652988fd5da6fe8aa6dab79804926dd;hp=524d168e671a5b29251a75ce15db5772144675aa;hpb=4a16e2d841d4b567d658a35350fe579ea4c8c4ff;p=melted diff --git a/src/framework/mlt_geometry.h b/src/framework/mlt_geometry.h index 524d168..357543a 100644 --- a/src/framework/mlt_geometry.h +++ b/src/framework/mlt_geometry.h @@ -29,12 +29,12 @@ struct mlt_geometry_item_s int key; // The actual frame this corresponds to int frame; - // The mix level - float mix; - // x,y are upper left - float x, y, w, h; // Distort int distort; + // x,y are upper left + float x, y, w, h, mix; + // Indicates which values are fixed + int f[ 5 ]; }; struct mlt_geometry_s