Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / filebase.h
index 3fb8be42087ac8195bc442357355cbaeeb2e35c7..fb10df074494699be1df0f39fbf2aff6b49b8e2c 100644 (file)
@@ -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;