repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / filejpeg.C
index 3abfa99fad9515309f4a7a67990da2bd8ba12bd2..d35e9bd49ba30512511f7a1d26f8028f8e6f5abd 100644 (file)
@@ -75,10 +75,8 @@ int FileJPEG::check_sig(Asset *asset)
 
 
 void FileJPEG::get_parameters(BC_WindowBase *parent_window,
-       Asset *asset,
-       BC_WindowBase* &format_window,
-       int audio_options,
-       int video_options)
+       Asset *asset, BC_WindowBase* &format_window,
+       int audio_options, int video_options, EDL *edl)
 {
        if(video_options)
        {
@@ -347,8 +345,7 @@ JPEGConfigVideo::JPEGConfigVideo(BC_WindowBase *parent_window, Asset *asset)
  : BC_Window(_(PROGRAM_NAME ": Video Compression"),
        parent_window->get_abs_cursor_x(1),
        parent_window->get_abs_cursor_y(1),
-       400,
-       200)
+       400, 200)
 {
        this->parent_window = parent_window;
        this->asset = asset;