]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_profile.h
Add mlt_profile_list().
[mlt] / src / framework / mlt_profile.h
index 91e27d9ab8ef57f681fd90f3532f05c0867404ee..02638e54a7ec2eed3fa7c7ab64f096e502729684 100644 (file)
@@ -55,4 +55,5 @@ extern double mlt_profile_sar( mlt_profile profile );
 extern double mlt_profile_dar( mlt_profile profile );
 extern void mlt_profile_close( mlt_profile profile );
 extern mlt_profile mlt_profile_clone( mlt_profile profile );
+extern mlt_properties mlt_profile_list( );
 #endif