]> git.sesse.net Git - mlt/commitdiff
readded deleted qimage producer in factory
authorMarco Gittler <g.marco@freenet.de>
Fri, 24 Jul 2009 08:08:08 +0000 (10:08 +0200)
committerMarco Gittler <g.marco@freenet.de>
Fri, 24 Jul 2009 08:08:08 +0000 (10:08 +0200)
src/modules/qimage/factory.c
src/modules/qimage/qimage_wrapper.cpp

index fdcec3644558611cb129d3d7cd2a2d346ea0cc74..81826040e0956298fcd0595568ddabfd484e4607 100644 (file)
@@ -26,5 +26,6 @@ extern mlt_producer producer_kdenlivetitle_init( mlt_profile profile, mlt_servic
 
 MLT_REPOSITORY
 {
+    MLT_REGISTER( producer_type, "qimage", producer_qimage_init );
        MLT_REGISTER( producer_type, "kdenlivetitle", producer_kdenlivetitle_init );
 }
index ed52681cc8453ebdcf202f8d680a26c0b47989f7..66ebe425d8b3a5088fc8e2402222f46d1c5589d6 100644 (file)
@@ -73,6 +73,7 @@ void init_qimage()
        if (!instance) {
            instance = new KInstance("qimage_prod");
            KImageIO::registerFormats();
+        //QApplication *app=new QApplication();
        }
 }
 #endif