remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / filevorbis.h
index 6f158aad2183077a469ae01249bbc94f4a50464f..b40eed50261ce8b1413b634d611dbff98eed2734 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
- * 
+ *
  */
 
 #ifndef FILEVORBIS_H
@@ -38,8 +38,8 @@ public:
        FileVorbis(Asset *asset, File *file);
        ~FileVorbis();
 
-       static void get_parameters(BC_WindowBase *parent_window, 
-               Asset *asset, 
+       static void get_parameters(BC_WindowBase *parent_window,
+               Asset *asset,
                BC_WindowBase* &format_window,
                int audio_options,
                int video_options);
@@ -48,7 +48,7 @@ public:
        static int check_sig(Asset *asset);
        int open_file(int rd, int wr);
        int close_file_derived();
-       int write_samples(double **buffer, 
+       int write_samples(double **buffer,
                        int64_t len);
 
        int read_samples(double *buffer, int64_t len);
@@ -90,9 +90,9 @@ public:
 class VorbisMinBitrate : public BC_TextBox
 {
 public:
-       VorbisMinBitrate(int x, 
-               int y, 
-               VorbisConfigAudio *gui, 
+       VorbisMinBitrate(int x,
+               int y,
+               VorbisConfigAudio *gui,
                char *text);
        int handle_event();
        VorbisConfigAudio *gui;
@@ -101,9 +101,9 @@ public:
 class VorbisMaxBitrate : public BC_TextBox
 {
 public:
-       VorbisMaxBitrate(int x, 
-               int y, 
-               VorbisConfigAudio *gui, 
+       VorbisMaxBitrate(int x,
+               int y,
+               VorbisConfigAudio *gui,
                char *text);
        int handle_event();
        VorbisConfigAudio *gui;
@@ -112,9 +112,9 @@ public:
 class VorbisAvgBitrate : public BC_TextBox
 {
 public:
-       VorbisAvgBitrate(int x, 
-               int y, 
-               VorbisConfigAudio *gui, 
+       VorbisAvgBitrate(int x,
+               int y,
+               VorbisConfigAudio *gui,
                char *text);
        int handle_event();
        VorbisConfigAudio *gui;