X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilecr2.h;h=3230e45a914fdac00cce3f0da53fe9f54d267cda;hb=cb73d14fe59acbe8eba0a62f4af26a23072201fa;hp=f12b326189f5888773d8539405da02db852d2e7b;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/filecr2.h b/cinelerra-5.1/cinelerra/filecr2.h index f12b3261..3230e45a 100644 --- a/cinelerra-5.1/cinelerra/filecr2.h +++ b/cinelerra-5.1/cinelerra/filecr2.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef 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(); };