]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.h
small cleanup
[kdenlive] / src / projectlist.h
index fe8c03424f8b1ec8c9a71b57d580002a880aab8f..830e40348796b8d538a33d97c790ffd78e9ad2b5 100644 (file)
@@ -426,7 +426,10 @@ private:
     /** @brief Create rounded shape pixmap for project tree thumb. */
     QPixmap roundedPixmap(QImage img);
     QPixmap roundedPixmap(QPixmap source);
+    /** @brief Extract a clip's metadata with the exiftool program. */
     void extractMetadata(DocClipBase *clip);
+    /** @brief Add a special FFmpeg tag if clip matches some properties (for example set full_luma for Sony NEX camcorders. */
+    //void checkCamcorderFilters(DocClipBase *clip, QMap <QString, QString> meta);
 
 private slots:
     void slotClipSelected();