X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt_playlist.h;fp=src%2Fframework%2Fmlt_playlist.h;h=cc5912940dd27c580b39552ba96c93386d515c8f;hb=be7013b6c71a8b041b0e55af3703b51fad0871aa;hp=20f9cfa41ea54157ae41a171a8c544ccb24c871b;hpb=85f060a3e68ae413a4fc7aa1a8ec028d911a13b3;p=mlt diff --git a/src/framework/mlt_playlist.h b/src/framework/mlt_playlist.h index 20f9cfa4..cc591294 100644 --- a/src/framework/mlt_playlist.h +++ b/src/framework/mlt_playlist.h @@ -116,7 +116,7 @@ extern int mlt_playlist_clip_is_mix( mlt_playlist self, int clip ); extern void mlt_playlist_consolidate_blanks( mlt_playlist self, int keep_length ); extern int mlt_playlist_is_blank( mlt_playlist self, int clip ); extern int mlt_playlist_is_blank_at( mlt_playlist self, mlt_position position ); -extern void mlt_playlist_insert_blank( mlt_playlist self, int clip, int length ); +extern void mlt_playlist_insert_blank( mlt_playlist self, int clip, int out ); extern void mlt_playlist_pad_blanks( mlt_playlist self, mlt_position position, int length, int find ); extern mlt_producer mlt_playlist_replace_with_blank( mlt_playlist self, int clip ); extern int mlt_playlist_insert_at( mlt_playlist self, mlt_position position, mlt_producer producer, int mode );