switch move/swap tracks, add mv trk shortcut, update msg
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / file.h
index 6b660b5edf92597834f9d4da0eb278cf29a99dcf..d09ca7eff08c410f0a43c32d3e948d90d422413e 100644 (file)
@@ -237,6 +237,10 @@ public:
 // Used by read_frame.
        int colormodel_supported(int colormodel);
 
+       int get_cache_frame(VFrame *vframe, int64_t position);
+       void put_cache_frame(VFrame *frame, int64_t position, int use_copy);
+       int get_use_cache();
+
 // stubs for now
        static const char *compressiontostr(const char *codec) { return codec; }
        static const char *strtocompression(const char *string) { return string; }