Add /usr/lib64 libdir to default LADSPA plugin path.
[melted] / src / framework / mlt_playlist.h
index 4ae8bd5..a636431 100644 (file)
@@ -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 <charles.yates@pandora.be>
  *
  * 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,"