rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / indexable.h
index 7e2631cb09cb37754723518095fc3f59391b0988..766af10f219b4e48b3298e88bf69fcb30e6cf2ae 100644 (file)
@@ -48,8 +48,9 @@ public:
        virtual int get_video_layers();
        virtual int64_t get_video_frames();
 
-
-       void copy_indexable(Indexable *src);
+        void copy_indexable(Indexable *src);
+       void update_path(char *new_path);
+       void update_index(Indexable *src);
 
        IndexState *index_state;