X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Ffilebase.h;h=fb10df074494699be1df0f39fbf2aff6b49b8e2c;hb=6a349d153f1a6e7060fabf71b2856c2a5eaa4f56;hp=3fb8be42087ac8195bc442357355cbaeeb2e35c7;hpb=588649236b6ae38da7c8627ff7439aeff3c78798;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/filebase.h b/cinelerra-5.1/cinelerra/filebase.h index 3fb8be42..fb10df07 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); +// 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;