]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt.h
Add Mlt::Profile.list().
[mlt] / src / framework / mlt.h
index 9e4f962eac78c52d14af6c8d3012154d1dafa16f..b8adca9a03a088b0e7eb3128ab516c489224ade6 100644 (file)
@@ -1,7 +1,10 @@
-/*
- * mlt.h -- header file for lazy client and implementation code :-)
- * Copyright (C) 2003-2004 Ushodaya Enterprises Limited
- * Author: Charles Yates <charles.yates@pandora.be>
+/**
+ * \file mlt.h
+ * \brief header file for lazy client and implementation code :-)
+ *
+ * Copyright (C) 2003-2010 Ushodaya Enterprises Limited
+ * \author Charles Yates <charles.yates@pandora.be>
+ * \author Dan Dennedy <dan@dennedy.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -43,6 +46,9 @@ extern "C"
 #include "mlt_geometry.h"
 #include "mlt_profile.h"
 #include "mlt_repository.h"
+#include "mlt_log.h"
+#include "mlt_cache.h"
+#include "mlt_version.h"
 
 #ifdef __cplusplus
 }