search fixes, preset fixes, ladspa icon logging, igor pref theme, drag btn rollover
[goodguy/history.git] / cinelerra-5.1 / cinelerra / filejpeg.h
index 9ecf132cb6715c4ecd181179c31c5d3fbc195cc3..b7c77ea0905a063412710fd68da4804a2d5ebca2 100644 (file)
@@ -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;