render config sample/pixel fmt, piped files, ffmpeg raw yuv/rgb
[goodguy/history.git] / cinelerra-5.1 / cinelerra / formattools.h
index e0946a1fa41827e53ba2a8553f204292c6cd154a..35415ae0a7d7858bcfc49a64c3775b2105c26d10 100644 (file)
 class FormatTools
 {
 public:
-       FormatTools(MWindow *mwindow,
-                               BC_WindowBase *window,
-                               Asset *asset);
+       FormatTools(MWindow *mwindow, BC_WindowBase *window, Asset *asset);
        virtual ~FormatTools();
 
-       void create_objects(int &init_x,
-                                               int &init_y,
-                                               int do_audio,    // Include tools for audio
-                                               int do_video,   // Include tools for video
-                                               int prompt_audio,  // Include checkbox for audio
-                                               int prompt_video,  // Include checkbox for video
-                                               int prompt_audio_channels,
-                                               int prompt_video_compression,
-                                               const char *locked_compressor,  // Select compressors to be offered
-                                               int recording, // Change captions for recording
-                                               int *file_per_label,  // prompt if nonzero
-                                               int brender,   // Supply file formats for background rendering
-                                               int horizontal_layout = 0);
+       void create_objects(int &init_x, int &init_y,
+               int do_audio, int do_video,   // Include tools for audio, video
+               int prompt_audio,  int prompt_video,  // Include checkbox for audio, video
+               int prompt_audio_channels, int prompt_video_compression,
+               const char *locked_compressor,  // Select compressors to be offered
+               int recording, // Change captions for recording
+               int *file_per_label,  // prompt if nonzero
+               int brender,   // Supply file formats for background rendering
+               int horizontal_layout = 0);
 // In recording preferences, aspects of the format are locked
 // depending on the driver used.
        void update_driver(int driver);
@@ -100,7 +94,6 @@ public:
 
        FormatFilePerLabel *labeled_files;
 
-       ArrayList<PluginServer*> *plugindb;
        MWindow *mwindow;
        const char *locked_compressor;
        int recording;