X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frenderengine.h;h=f8968ff43c2793f6b684e1a4ec6ab8b7e3d5026a;hb=9db053d413fde01439cc72ec2109913dfda2ec7b;hp=5f816947f305468354f42e0bab7d900df3d1fd51;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/renderengine.h b/cinelerra-5.1/cinelerra/renderengine.h index 5f816947..f8968ff4 100644 --- a/cinelerra-5.1/cinelerra/renderengine.h +++ b/cinelerra-5.1/cinelerra/renderengine.h @@ -48,7 +48,6 @@ public: RenderEngine(PlaybackEngine *playback_engine, Preferences *preferences, Canvas *output, - ChannelDB *channeldb, int is_nested); ~RenderEngine(); @@ -61,8 +60,6 @@ public: int get_output_w(); int get_output_h(); int brender_available(int position, int direction); -// Get current channel for the BUZ output - Channel* get_current_channel(); double get_tracking_position(); CICache* get_acache(); CICache* get_vcache(); @@ -130,9 +127,6 @@ public: // If the termination came from interrupt or end of selection int interrupted; -// Channels for the BUZ output - ChannelDB *channeldb; - // Samples in audio buffer to process int64_t fragment_len; // Samples to send to audio device after speed adjustment @@ -141,20 +135,6 @@ public: CICache *audio_cache, *video_cache; - - - - - - - - - - - - - - // constructing with an audio device forces output buffer allocation // constructing without an audio device puts in one buffer at a time mode RenderEngine(MWindow *mwindow,