Add /usr/lib64 libdir to default LADSPA plugin path.
[melted] / src / framework / mlt_frame.h
index 6850bd9..bd586a7 100644 (file)
@@ -1,8 +1,9 @@
 /**
  * \file mlt_frame.h
  * \brief interface for all frame classes
+ * \see mlt_frame_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
@@ -44,8 +45,11 @@ typedef int ( *mlt_get_audio )( mlt_frame self, int16_t **buffer, mlt_audio_form
  * \properties \em test_image set if the frame holds a "test card" image
  * \properties \em test_audio set if the frame holds "test card" audio
  * \properties \em _producer holds a reference to the frame's end producer
- * \properties \em _speed
+ * \properties \em _speed the current speed of the producer that generated the frame
+ * \properties \em _position the position of the frame
  * \properties \em meta.* holds metadata
+ * \properties \em hide set to 1 to hide the video, 2 to mute the audio
+ * \properties \em last_track a flag to indicate an end-of-tracks frame
  */
 
 struct mlt_frame_s