Credit Andrew R for finding the direct copy mods for exr and ppm sequences
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / fileppm.h
index ec6a094a4b9de5e78f9a028212623b1f9cd6b964..4711b1070f5a8d054e48c57a79f7267e7e6f277d 100644 (file)
@@ -43,6 +43,7 @@ public:
        int check_frame_header(FILE *fp);
        int read_frame_header(char *path);
        int write_frame(VFrame *frame, VFrame *output, FrameWriterUnit *unit);
+       int can_copy_from(Asset *asset, int64_t position);
        FrameWriterUnit* new_writer_unit(FrameWriter *writer);
        static void get_parameters(BC_WindowBase *parent_window,
                Asset *asset, BC_WindowBase* &format_window,