X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilebase.h;h=77893f9e82ac9d7c3b1b35c38583dfe9225625b4;hb=45a8ba3455cf252332c03533a7590df5267ce9aa;hp=3fb8be42087ac8195bc442357355cbaeeb2e35c7;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/filebase.h b/cinelerra-5.1/cinelerra/filebase.h index 3fb8be42..77893f9e 100644 --- a/cinelerra-5.1/cinelerra/filebase.h +++ b/cinelerra-5.1/cinelerra/filebase.h @@ -132,6 +132,10 @@ public: int channel, int64_t len); void allocate_history(int len); +// create cache frames + VFrame *new_cache_frame(VFrame *vframe, int64_t position); + void put_cache_frame(); + int get_use_cache(); // For static functions to access it Asset *asset;