]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_properties.h
Detect video codecs that use the new libavcodec "encode2" method.
[mlt] / src / framework / mlt_properties.h
index 55f9b0d6b49da0483a51dbe82ea5c493d130a0e6..57c653ff7ff725cda73574a815293765089d4977 100644 (file)
@@ -47,7 +47,10 @@ struct mlt_properties_s
 
 extern int mlt_properties_init( mlt_properties, void *child );
 extern mlt_properties mlt_properties_new( );
+extern int mlt_properties_set_lcnumeric( mlt_properties, const char *locale );
+extern const char* mlt_properties_get_lcnumeric( mlt_properties self );
 extern mlt_properties mlt_properties_load( const char *file );
+extern int mlt_properties_preset( mlt_properties self, const char *name );
 extern int mlt_properties_inc_ref( mlt_properties self );
 extern int mlt_properties_dec_ref( mlt_properties self );
 extern int mlt_properties_ref_count( mlt_properties self );