Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / filegif.h
index 74cae2a0581e4cb7610d522a9ab0a178fd1cb946..98370de95b16fb45344fbaf481ae749ecbf8bf3a 100644 (file)
@@ -80,6 +80,8 @@ public:
        int use_path() { return 1; }
        int read_frame(VFrame *output, char *path);
        int write_frame(VFrame *frame, VFrame *data, FrameWriterUnit *unit);
+// Need to override this method from FILEBASE class
+       int verify_file_list();
        FrameWriterUnit* new_writer_unit(FrameWriter *writer);
 };