update openjpeg + x265, unproxy clip fix, config mods for lv2/opus/x265-10bit
[goodguy/history.git] / cinelerra-5.1 / cinelerra / formatwindow.C
index 5c62fbbf3ce27aa200127287bbd9a74df5a17484..73694876c207885d6ddcb0c42c2dd8ee92252ac1 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
- * 
+ *
  * 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()