X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Findexable.h;h=766af10f219b4e48b3298e88bf69fcb30e6cf2ae;hb=fa7f91658c01ba88aab006beff8b167a4bbb7085;hp=7e2631cb09cb37754723518095fc3f59391b0988;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/indexable.h b/cinelerra-5.0/cinelerra/indexable.h index 7e2631cb..766af10f 100644 --- a/cinelerra-5.0/cinelerra/indexable.h +++ b/cinelerra-5.0/cinelerra/indexable.h @@ -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;