X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilebase.h;h=fb10df074494699be1df0f39fbf2aff6b49b8e2c;hb=4c167745fe507659ed678ff6f4d51a44a7cf8b3a;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..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;