]> git.sesse.net Git - kdenlive/blobdiff - src/lib/audio/audioEnvelope.h
* Fix stabilized clips not loading:
[kdenlive] / src / lib / audio / audioEnvelope.h
index 1add9095161ffbd1973b14cbb0397c575bd29158..0ba1473a985db134cc0c28050e0783e5f08d29cc 100644 (file)
@@ -26,7 +26,7 @@ class QImage;
 class AudioEnvelope
 {
 public:
-    explicit AudioEnvelope(Mlt::Producer *producer, int offset = 0, int length = 0);
+    explicit AudioEnvelope(const QString &url, Mlt::Producer *producer, int offset = 0, int length = 0);
     ~AudioEnvelope();
 
     /// Returns the envelope, calculates it if necessary.