X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilejpeg.h;h=b7c77ea0905a063412710fd68da4804a2d5ebca2;hb=9d5997d77ab7736be577456d8fd3dda0ba522d39;hp=9ecf132cb6715c4ecd181179c31c5d3fbc195cc3;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/filejpeg.h b/cinelerra-5.1/cinelerra/filejpeg.h index 9ecf132c..b7c77ea0 100644 --- a/cinelerra-5.1/cinelerra/filejpeg.h +++ b/cinelerra-5.1/cinelerra/filejpeg.h @@ -46,6 +46,7 @@ public: int write_frame(VFrame *frame, VFrame *data, FrameWriterUnit *unit); int can_copy_from(Asset *asset, int64_t position); int read_frame_header(char *path); + static int read_header(FILE *fp, int &w, int &h); FrameWriterUnit* new_writer_unit(FrameWriter *writer); void *decompressor;