]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_playlist.c
Change param name "length" to "out" in mlt_playlist_insert_blank.
[mlt] / src / framework / mlt_playlist.c
index f3dd72ceaf21652a50b0f8592504398585cb6b37..04eef95a0fd20383dfc09f56d51d99d20a3e95b9 100644 (file)
@@ -1556,10 +1556,10 @@ mlt_producer mlt_playlist_replace_with_blank( mlt_playlist self, int clip )
  * \public \memberof mlt_playlist_s
  * \param self a playlist
  * \param clip the index of the new blank section
- * \param length the ending time of the new blank section (duration - 1)
+ * \param out the ending time of the new blank section (duration - 1)
  */
 
-void mlt_playlist_insert_blank( mlt_playlist self, int clip, int length )
+void mlt_playlist_insert_blank( mlt_playlist self, int clip, int out )
 {
        if ( self != NULL && length >= 0 )
        {