rework intl strategy, titler upgrades, fonts fixes, igor ru.po
[goodguy/history.git] / cinelerra-5.1 / cinelerra / renderengine.h
index 5f816947f305468354f42e0bab7d900df3d1fd51..fd400c2d3672b1d1d30f85368218a27107713f06 100644 (file)
@@ -27,6 +27,7 @@ class RenderEngine;
 
 #include "arender.inc"
 #include "audiodevice.inc"
+#include "bctimer.h"
 #include "cache.inc"
 #include "canvas.inc"
 #include "channel.inc"
@@ -48,7 +49,6 @@ public:
        RenderEngine(PlaybackEngine *playback_engine,
                Preferences *preferences,
                Canvas *output,
-               ChannelDB *channeldb,
                int is_nested);
        ~RenderEngine();
 
@@ -61,8 +61,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 +128,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 +136,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,