X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffileexr.h;h=40fb01c99d72d844b5913bbdbe632c0b24e279cc;hb=c4e6affd24397ab2c47f28f7a109dca89604ba7b;hp=5f5b251e6ab4f118f009bf6c24b7b51119fdfe20;hpb=5e1bee0d77e4e3997cfb33f1f3602d49cefc256c;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/fileexr.h b/cinelerra-5.1/cinelerra/fileexr.h index 5f5b251e..40fb01c9 100644 --- a/cinelerra-5.1/cinelerra/fileexr.h +++ b/cinelerra-5.1/cinelerra/fileexr.h @@ -44,6 +44,7 @@ public: int read_frame_header(char *path); int read_frame(VFrame *frame, VFrame *data); int64_t get_memory_usage(); + int can_copy_from(Asset *asset, int64_t position); int write_frame(VFrame *frame, VFrame *data, FrameWriterUnit *unit); FrameWriterUnit* new_writer_unit(FrameWriter *writer);