X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilecr2.h;h=3230e45a914fdac00cce3f0da53fe9f54d267cda;hb=d684013dedfefefcb8ca4bbea527382c91521532;hp=5bcce486fcfd3d28122865cbb07f07ca267f4a6c;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/filecr2.h b/cinelerra-5.1/cinelerra/filecr2.h index 5bcce486..3230e45a 100644 --- a/cinelerra-5.1/cinelerra/filecr2.h +++ b/cinelerra-5.1/cinelerra/filecr2.h @@ -39,6 +39,8 @@ class FileCR2 : public FileList { + static int dcraw_run(FileCR2 *file, int argc, const char **argv, VFrame *frame=0); + void format_to_asset(const char *info); public: FileCR2(Asset *asset, File *file); ~FileCR2(); @@ -58,9 +60,6 @@ public: static int get_best_colormodel(Asset *asset, int driver); // int64_t get_memory_usage(); int read_frame_header(char *path); - -private: - void format_to_asset(); };