X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilebase.h;h=fb10df074494699be1df0f39fbf2aff6b49b8e2c;hb=6a349d153f1a6e7060fabf71b2856c2a5eaa4f56;hp=77893f9e82ac9d7c3b1b35c38583dfe9225625b4;hpb=45a8ba3455cf252332c03533a7590df5267ce9aa;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/filebase.h b/cinelerra-5.1/cinelerra/filebase.h index 77893f9e..fb10df07 100644 --- a/cinelerra-5.1/cinelerra/filebase.h +++ b/cinelerra-5.1/cinelerra/filebase.h @@ -132,10 +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(); +// thie function will be used to verify if all files in a given +// list are of same size or not. Each list type object should +// override this method with its own definition. + virtual int verify_file_list() { return 1; } // For static functions to access it Asset *asset;