X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_properties.h;h=e1e84e033ade4195af7c5c064a0128fa38c61fac;hb=206ff6b48bd54bee6d1ac679c352296f374c7590;hp=b6a90d7b5d59b7e1988dc9f96eb4d23cc944c781;hpb=d85453a62ee1467a3e1af0ddc10ea307dedd0ee0;p=melted diff --git a/src/framework/mlt_properties.h b/src/framework/mlt_properties.h index b6a90d7..e1e84e0 100644 --- a/src/framework/mlt_properties.h +++ b/src/framework/mlt_properties.h @@ -60,6 +60,8 @@ extern char *mlt_properties_get_value( mlt_properties self, int index ); extern void *mlt_properties_get_data_at( mlt_properties self, int index, int *size ); extern int mlt_properties_get_int( mlt_properties self, const char *name ); extern int mlt_properties_set_int( mlt_properties self, const char *name, int value ); +extern int64_t mlt_properties_get_int64( mlt_properties self, const char *name ); +extern int mlt_properties_set_int64( mlt_properties self, const char *name, int64_t value ); extern double mlt_properties_get_double( mlt_properties self, const char *name ); extern int mlt_properties_set_double( mlt_properties self, const char *name, double value ); extern mlt_position mlt_properties_get_position( mlt_properties self, const char *name );