Skip to content

Commit

Permalink
Fix producer typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilam512 committed Jul 20, 2019
1 parent e7b5f98 commit ae45867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/qt/producer_qml.c
Expand Up @@ -157,7 +157,7 @@ static int producer_get_frame( mlt_producer producer, mlt_frame_ptr frame, int i
return 0;
}

mlt_producer producer_kdenlivetitle_qml_init( mlt_profile profile, mlt_service_type type, const char *id, char *filename )
mlt_producer producer_qml_init( mlt_profile profile, mlt_service_type type, const char *id, char *filename )
{
/* Create a new producer object */

Expand Down

0 comments on commit ae45867

Please sign in to comment.