]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltProperties.h
enable codec- and format-specific options for v0.7 releases of ffmpeg
[mlt] / src / mlt++ / MltProperties.h
index 07d840ef9f13454f6cfe0605f8a943934ad715e3..5a8718c65a36be16cd76fce1d69162611a90607c 100644 (file)
@@ -49,6 +49,8 @@ namespace Mlt
                        int inc_ref( );
                        int dec_ref( );
                        int ref_count( );
+                       void lock( );
+                       void unlock( );
                        void block( void *object = NULL );
                        void unblock( void *object = NULL );
                        void fire_event( const char *event );
@@ -91,6 +93,9 @@ namespace Mlt
                        bool is_sequence( );
                        static Properties *parse_yaml( const char *file );
                        char *serialise_yaml( );
+                       int preset( const char *name );
+                       int set_lcnumeric( const char *locale );
+                       const char *get_lcnumeric( );
        };
 }