remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / plugins / compressor / compressor.h
index 871ac6edfb68d217c6ef97602d9e461a97d06363..412b8db93b845f3d3b62bf0c133ac4a121bea711 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
 /*
  * 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 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.
  * 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
  * 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 COMPRESSOR_H
  */
 
 #ifndef COMPRESSOR_H
@@ -139,8 +139,8 @@ public:
        void update_textboxes();
        void update_canvas();
        void draw_scales();
        void update_textboxes();
        void update_canvas();
        void draw_scales();
-       int resize_event(int w, int h); 
-       
+       int resize_event(int w, int h);
+
        CompressorCanvas *canvas;
        CompressorReaction *reaction;
        CompressorClear *clear;
        CompressorCanvas *canvas;
        CompressorReaction *reaction;
        CompressorClear *clear;
@@ -168,10 +168,10 @@ public:
 
        void copy_from(CompressorConfig &that);
        int equivalent(CompressorConfig &that);
 
        void copy_from(CompressorConfig &that);
        int equivalent(CompressorConfig &that);
-       void interpolate(CompressorConfig &prev, 
-               CompressorConfig &next, 
-               int64_t prev_frame, 
-               int64_t next_frame, 
+       void interpolate(CompressorConfig &prev,
+               CompressorConfig &next,
+               int64_t prev_frame,
+               int64_t next_frame,
                int64_t current_frame);
 
        int total_points();
                int64_t current_frame);
 
        int total_points();
@@ -212,7 +212,7 @@ public:
        int is_realtime();
        void read_data(KeyFrame *keyframe);
        void save_data(KeyFrame *keyframe);
        int is_realtime();
        void read_data(KeyFrame *keyframe);
        void save_data(KeyFrame *keyframe);
-       int process_buffer(int64_t size, 
+       int process_buffer(int64_t size,
                Samples **buffer,
                int64_t start_position,
                int sample_rate);
                Samples **buffer,
                int64_t start_position,
                int sample_rate);
@@ -230,7 +230,7 @@ public:
 
 // The raw input data for each channel with readahead
        Samples **input_buffer;
 
 // The raw input data for each channel with readahead
        Samples **input_buffer;
-// Number of samples in the input buffer 
+// Number of samples in the input buffer
        int64_t input_size;
 // Number of samples allocated in the input buffer
        int64_t input_allocated;
        int64_t input_size;
 // Number of samples allocated in the input buffer
        int64_t input_allocated;