X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_playlist.h;h=e70ff623b39201b40a1586ee888de5a77d55a652;hb=161d5c65021c21fff45ad6e8458bdee36c9d61a3;hp=cda454f8472478a63774da93496175aa5838940d;hpb=9c731b9bd47481c17a4ba76ab697fd0095affe16;p=melted diff --git a/src/framework/mlt_playlist.h b/src/framework/mlt_playlist.h index cda454f..e70ff62 100644 --- a/src/framework/mlt_playlist.h +++ b/src/framework/mlt_playlist.h @@ -93,6 +93,7 @@ extern int mlt_playlist_get_clip_index_at( mlt_playlist self, int position ); 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, int position ); extern void mlt_playlist_insert_blank( mlt_playlist self, int clip, int length ); extern void mlt_playlist_pad_blanks( mlt_playlist self, int position, int length, int find ); extern mlt_producer mlt_playlist_replace_with_blank( mlt_playlist self, int clip );