X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_profile.h;fp=src%2Fframework%2Fmlt_profile.h;h=6b0c42d9f328d82b31f9fe6e55eefd21a96cd7d6;hb=d33f444d4ef4c7bc4074d07a49eca0ab7d108394;hp=0c64e7c02f21da7c0ded81dc4f0ba42c3554e337;hpb=5dfa26cd3010e4e236acd82ad9ecfdd8238e707e;p=melted diff --git a/src/framework/mlt_profile.h b/src/framework/mlt_profile.h index 0c64e7c..6b0c42d 100644 --- a/src/framework/mlt_profile.h +++ b/src/framework/mlt_profile.h @@ -37,13 +37,12 @@ struct mlt_profile_s int display_aspect_den; }; -extern mlt_profile mlt_profile_get( ); -extern mlt_profile mlt_profile_select( const char *name ); +extern mlt_profile mlt_profile_init( const char *name ); extern mlt_profile mlt_profile_load_file( const char *file ); extern mlt_profile mlt_profile_load_properties( mlt_properties properties ); extern mlt_profile mlt_profile_load_string( const char *string ); extern double mlt_profile_fps( mlt_profile profile ); extern double mlt_profile_sar( mlt_profile profile ); extern double mlt_profile_dar( mlt_profile profile ); -extern void mlt_profile_close( ); +extern void mlt_profile_close( mlt_profile profile ); #endif