From 5a9b3541e147a343c998b286ada0c87293354d7c Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sun, 26 Jan 2014 13:58:44 -0800 Subject: [PATCH] Fix doc error for mlt_playlist_is_blank(). --- src/framework/mlt_playlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/mlt_playlist.c b/src/framework/mlt_playlist.c index 05a4c1b2..b4cc7534 100644 --- a/src/framework/mlt_playlist.c +++ b/src/framework/mlt_playlist.c @@ -1500,7 +1500,7 @@ void mlt_playlist_consolidate_blanks( mlt_playlist self, int keep_length ) * \public \memberof mlt_playlist_s * \param self a playlist * \param clip the index of the playlist entry - * \return true if there was an error + * \return true if \p clip is a "blank" producer */ int mlt_playlist_is_blank( mlt_playlist self, int clip ) -- 2.39.2