]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltService.cpp
fix regression on yadif deinterlace with progressive image
[mlt] / src / mlt++ / MltService.cpp
index 254c592f81ccfc50ab240543d8fb8027377998d0..7e561664fbc971751ea6e8fde90548aca5adba49 100644 (file)
@@ -124,3 +124,7 @@ Filter *Service::filter( int index )
        return result == NULL ? NULL : new Filter( result );
 }
 
+void Service::set_profile( Profile &profile )
+{
+       mlt_service_set_profile( get_service( ), profile.get_profile( ) );
+}