X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffileogg.C;h=99995fe975711988a77aec82167f866e9b3851c2;hp=b413066d200db285eca71ff11b3d6205e967e779;hb=2e48b660e37eb5c661264d601211e16cb6cd6e89;hpb=fbb844da24c44cce0509451116df248c861ef8f7 diff --git a/cinelerra-5.1/cinelerra/fileogg.C b/cinelerra-5.1/cinelerra/fileogg.C index b413066d..99995fe9 100644 --- a/cinelerra-5.1/cinelerra/fileogg.C +++ b/cinelerra-5.1/cinelerra/fileogg.C @@ -2003,8 +2003,7 @@ OGGConfigAudio::OGGConfigAudio(BC_WindowBase *parent_window, Asset *asset) : BC_Window(_(PROGRAM_NAME ": Audio Compression"), parent_window->get_abs_cursor_x(1), parent_window->get_abs_cursor_y(1), - 350, - 250) + 350, 250) { this->parent_window = parent_window; this->asset = asset; @@ -2130,8 +2129,7 @@ OGGConfigVideo::OGGConfigVideo(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), - 450, - 220) + 450, 220) { this->parent_window = parent_window; this->asset = asset; @@ -2156,18 +2154,10 @@ void OGGConfigVideo::create_objects() y += 30; add_subwindow(new BC_Title(x, y, _("Quality:"))); - add_subwindow(new BC_ISlider(x + 80, - y, - 0, - 200, - 200, - 0, - 63, - asset->theora_quality, - 0, - 0, - &asset->theora_quality)); - + add_subwindow(new BC_ISlider(x + 80, y, 0, + 200, 200, 0, 63, + asset->theora_quality, 0, + 0, &asset->theora_quality)); add_subwindow(fixed_quality = new OGGTheoraFixedQuality(x2, y, this)); y += 30; @@ -2197,8 +2187,6 @@ void OGGConfigVideo::create_objects() } - - int OGGConfigVideo::close_event() { set_done(0);