file probe prefs, updated dcraw, bugs - garbage, accel, ffmpeg/giphy.gif
[goodguy/history.git] / cinelerra-5.1 / cinelerra / file.h
index 442bdc58cbc512d11367de1cad7a475b82df2b49..a2ed78d55cec022902bc17d168ec2f3e911d1558 100644 (file)
@@ -58,6 +58,7 @@ public:
        File();
        ~File();
 
+       int probe();
 // Get attributes for various file formats.
 // The dither parameter is carried over from recording, where dither is done at the device.
        int get_options(FormatTools *format,
@@ -329,6 +330,9 @@ public:
        static const char *get_ladspa_path() { return getenv("CIN_LADSPA"); }
        static const char *get_locale_path() { return getenv("CIN_LOCALE"); }
 
+       static const char *default_probes[];
+       static const int nb_probes;
+
 private:
        void reset_parameters();