rework tip-of-the-day, fix mjpeg segv, update ffmpeg/plugin.opts
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.h
index a0ec37f3a4d0e8aa9a5f495381db9cca8f2782c7..041953cd724ab27eb198fa7062986bcb4514b6d0 100644 (file)
@@ -528,6 +528,8 @@ public:
        MainIndexes *mainindexes;
        MainProgress *mainprogress;
        BRender *brender;
+       char cin_lang[4];
+       int brender_active;
        const char *default_standard;
        static Commercials *commercials;
        int commercial_active;
@@ -621,7 +623,7 @@ public:
 // This one happens asynchronously of the others.  Used by playback to
 // see what frame is background rendered.
        int brender_available(int position);
-       void set_brender_range();
+       void set_brender_active(int v, int update=1);
        int put_commercial();
        void activate_commercial() { commercial_active = 1; }
        void commit_commercial();