render config sample/pixel fmt, piped files, ffmpeg raw yuv/rgb
[goodguy/history.git] / cinelerra-5.1 / cinelerra / filebase.h
index 5e8d291e747b3105a1f289847409e18a658c2112..3fb8be42087ac8195bc442357355cbaeeb2e35c7 100644 (file)
@@ -26,6 +26,7 @@
 #include "assets.inc"
 #include "bccmodels.h"
 #include "edit.inc"
+#include "edl.inc"
 #include "ffmpeg.inc"
 #include "guicast.h"
 #include "file.inc"
@@ -54,23 +55,9 @@ public:
        friend class FileList;
        friend class FrameWriter;
 
-
-
-
        void get_mode(char *mode, int rd, int wr);
        void reset_parameters();
 
-
-
-       virtual void get_parameters(BC_WindowBase *parent_window,
-                       Asset *asset,
-                       BC_WindowBase **format_window,
-                       int audio_options,
-                       int video_options,
-                       int lock_compressor) {};
-
-
-
        virtual int get_index(IndexFile *index_file, MainProgressBar *progress_bar) { return -1; }
        virtual int check_header() { return 0; }  // Test file to see if it is of this type.
        virtual int reset_parameters_derived() { return 0; }