X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_types.h;h=162602f6f1f8ebb8ed68f352deee2435bb2d7161;hb=6336039a203c6496691784682f9ad56eb13abcc3;hp=b100f18f40fd289cee13d533a055eb35c229fc06;hpb=1a50e779cfd5e1bc6a80054f6f56e64280c2dc41;p=melted diff --git a/src/framework/mlt_types.h b/src/framework/mlt_types.h index b100f18..162602f 100644 --- a/src/framework/mlt_types.h +++ b/src/framework/mlt_types.h @@ -31,7 +31,7 @@ typedef enum } mlt_whence; -typedef double mlt_timecode; +typedef int64_t mlt_position; typedef struct mlt_frame_s *mlt_frame, **mlt_frame_ptr; typedef struct mlt_properties_s *mlt_properties; typedef struct mlt_service_s *mlt_service;