]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
Fix setting of scene dimensions in title
[kdenlive] / src / docclipbase.h
index bae4e62326c2ba9a06ddaa0905cddcd1d0572c79..5c52c1bc653bea3242f8f05d7dcd22c168fe344c 100644 (file)
@@ -110,7 +110,7 @@ Q_OBJECT public:
     }
 
     /** Sets producers for the current clip (one for each track due to a limitation in MLT's track mixing */
-    void setProducer(Mlt::Producer *producer);
+    void setProducer(Mlt::Producer *producer, bool reset = false);
     /** Retrieve a producer for a track */
     Mlt::Producer *producer(int track = -1);
     /** Retrieve the producer that shows only video */
@@ -182,6 +182,7 @@ Q_OBJECT public:
 
     /** Returns true is clip is missing but user wants to keep it as placeholder */
     bool isPlaceHolder() const;
+    static QString getHash(const QString &path);
 
 private:   // Private attributes