Add support for psd, xcf and exr images (KDE libraries needed for these formats)...
[melted] / src / modules / qimage / qimage_wrapper.h
index 0f2214d..2136869 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * qimage_wrapper.h -- a QT/QImage based producer for MLT
- * Copyright (C) 2003-2004 Ushodaya Enterprises Limited
+ * Copyright (C) 2006 Visual Media
  * Author: Charles Yates <charles.yates@gmail.com>
  *
  * NB: This module is designed to be functionally equivalent to the 
@@ -41,6 +41,7 @@ struct producer_qimage_s
 typedef struct producer_qimage_s *producer_qimage;
 
 extern void refresh_qimage( mlt_frame, int width, int height );
+extern void init_qimage();
 
 #ifdef __cplusplus
 }