]> git.sesse.net Git - mlt/commitdiff
Fix default type for mlt_position regression in commit 7601aa4.
authorDan Dennedy <dan@dennedy.org>
Sun, 26 May 2013 17:37:30 +0000 (10:37 -0700)
committerDan Dennedy <dan@dennedy.org>
Sun, 26 May 2013 17:37:30 +0000 (10:37 -0700)
src/framework/mlt_types.h

index 764c0c4d1bdefa5a62d48e387f474a95eeca88e2..b625f60073d52125bf0ea025f23f36efed5e14f7 100644 (file)
@@ -103,7 +103,7 @@ typedef enum
 mlt_service_type;
 
 /* I don't want to break anyone's applications without warning. -Zach */
-#define DOUBLE_MLT_POSITION
+#undef DOUBLE_MLT_POSITION
 #ifdef DOUBLE_MLT_POSITION
 #define MLT_POSITION_FMT "%f"
 #define MLT_POSITION_MOD(A, B) (A - B * ((int)(A / B)))