X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffile.h;h=d09ca7eff08c410f0a43c32d3e948d90d422413e;hb=4180fd8871d42ead45706fba4d6ebddca977f307;hp=6b660b5edf92597834f9d4da0eb278cf29a99dcf;hpb=7efb497e185234700abe3abeaa430471c4e34f58;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/file.h b/cinelerra-5.1/cinelerra/file.h index 6b660b5e..d09ca7ef 100644 --- a/cinelerra-5.1/cinelerra/file.h +++ b/cinelerra-5.1/cinelerra/file.h @@ -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; }