X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.h;h=abe72590dba9a3d98f786657a0cfd1f611110879;hb=9db053d413fde01439cc72ec2109913dfda2ec7b;hp=39591eecafea84388e8886e7ca153dc81bddcc56;hpb=64ee854bdef9fb08e6fec938aa0519715f724b99;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindow.h b/cinelerra-5.1/cinelerra/mwindow.h index 39591eec..abe72590 100644 --- a/cinelerra-5.1/cinelerra/mwindow.h +++ b/cinelerra-5.1/cinelerra/mwindow.h @@ -621,7 +621,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_start(); + void set_brender_range(); int put_commercial(); void activate_commercial() { commercial_active = 1; } void commit_commercial(); @@ -672,7 +672,7 @@ public: void init_commercials(); static void add_plugins(ArrayList &plugins); static void delete_plugins(); -// +// void clean_indexes(); // TimeBomb timebomb; SigHandler *sighandler;