X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fformatwindow.C;h=73694876c207885d6ddcb0c42c2dd8ee92252ac1;hb=114b45040c8027671cbe50e7d6cecb28bf73b35f;hp=5c62fbbf3ce27aa200127287bbd9a74df5a17484;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/formatwindow.C b/cinelerra-5.1/cinelerra/formatwindow.C index 5c62fbbf..73694876 100644 --- a/cinelerra-5.1/cinelerra/formatwindow.C +++ b/cinelerra-5.1/cinelerra/formatwindow.C @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #include "assets.h" @@ -26,8 +26,8 @@ FormatAWindow::FormatAWindow(Asset *asset, int *dither) - : BC_Window(_(PROGRAM_NAME ": File format"), 410, - (asset->format == FILE_WAV) ? 115 : 185, + : BC_Window(_(PROGRAM_NAME ": File format"), 410, + (asset->format == FILE_WAV) ? 115 : 185, 0, 0) { this->asset = asset; this->dither = dither; } @@ -132,19 +132,19 @@ int FormatVWindow::close_event() FormatQuality::FormatQuality(int x, int y, Asset *asset, int default_) - : BC_ISlider(x, - y, + : BC_ISlider(x, + y, 0, - 100, - 100, - 0, - 100, - default_, + 100, + 100, + 0, + 100, + default_, 1) -{ - this->asset = asset; +{ + this->asset = asset; } -FormatQuality::~FormatQuality() +FormatQuality::~FormatQuality() { } int FormatQuality::handle_event()