X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_playlist.h;h=a6364316e943d9e4e4f596a122aadc8455df9495;hb=4fc3fa1bf4116848c423837437d75f103cdd0154;hp=4ae8bd5bcd30511b49605745c917f6594f93813e;hpb=793ea0cb67a2766b1294249a0b77508cfb93b35d;p=melted diff --git a/src/framework/mlt_playlist.h b/src/framework/mlt_playlist.h index 4ae8bd5..a636431 100644 --- a/src/framework/mlt_playlist.h +++ b/src/framework/mlt_playlist.h @@ -1,8 +1,9 @@ /** * \file mlt_playlist.h * \brief playlist service class + * \see mlt_playlist_s * - * Copyright (C) 2003-2008 Ushodaya Enterprises Limited + * Copyright (C) 2003-2009 Ushodaya Enterprises Limited * \author Charles Yates * * This library is free software; you can redistribute it and/or @@ -25,7 +26,7 @@ #include "mlt_producer.h" -/** \brief structure for returning clip information +/** \brief structure for returning clip information from a playlist entry */ typedef struct @@ -56,7 +57,6 @@ typedef struct playlist_entry_s playlist_entry; * the framework. * * \extends mlt_producer_s - * \properties \em eof This is the behavior for when the end of the playlist is reached, one of: pause (default) or loop. * \properties \em autoclose Set this true if you are doing sequential processing and want to * automatically close producers as they are finished being used to free resources. * \properties \em meta.fx_cut Set true on a producer to indicate that it is a "fx_cut,"