add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / indexable.h
index a9b13277c955d7a1fe5004599be65d7bb9ab7cf2..ab07731c17af3be2df7e203f71bbb59348a36ef9 100644 (file)
@@ -49,8 +49,9 @@ public:
        virtual int64_t get_video_frames();
 
         void copy_indexable(Indexable *src);
-       void update_path(char *new_path);
+       void update_path(const char *new_path);
        void update_index(Indexable *src);
+       const char *get_title();
 
        IndexState *index_state;