Skip to content

Commit

Permalink
Fix default type for mlt_position regression in commit 7601aa4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed May 26, 2013
1 parent 7ecd8fc commit 2cb405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/mlt_types.h
Expand Up @@ -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)))
Expand Down

0 comments on commit 2cb405a

Please sign in to comment.