X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fcompressor%2Fcompressor.h;h=412b8db93b845f3d3b62bf0c133ac4a121bea711;hp=871ac6edfb68d217c6ef97602d9e461a97d06363;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/plugins/compressor/compressor.h b/cinelerra-5.1/plugins/compressor/compressor.h index 871ac6ed..412b8db9 100644 --- a/cinelerra-5.1/plugins/compressor/compressor.h +++ b/cinelerra-5.1/plugins/compressor/compressor.h @@ -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 - * + * */ #ifndef COMPRESSOR_H @@ -139,8 +139,8 @@ public: 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; @@ -168,10 +168,10 @@ public: 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(); @@ -212,7 +212,7 @@ public: 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); @@ -230,7 +230,7 @@ public: // 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;