X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Foverlay%2Foverlay.C;fp=cinelerra-5.1%2Fplugins%2Foverlay%2Foverlay.C;h=8c0322050dcf98fc3e92356399186d49e2d54da8;hb=9fed7535470aa37781733db836068da3b4c17a0d;hp=8f8cdea5693999439027ac3badb3036f059d7ad2;hpb=47bf02b68d1ab0f1ca8a240750b451802ce12d31;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/overlay/overlay.C b/cinelerra-5.1/plugins/overlay/overlay.C index 8f8cdea5..8c032205 100644 --- a/cinelerra-5.1/plugins/overlay/overlay.C +++ b/cinelerra-5.1/plugins/overlay/overlay.C @@ -22,6 +22,7 @@ #include "bcdisplayinfo.h" #include "clip.h" #include "bchash.h" +#include "edl.h" #include "edlsession.h" #include "filexml.h" #include "guicast.h" @@ -393,7 +394,7 @@ int Overlay::process_buffer(VFrame **frame, { load_configuration(); - EDLSession* session = get_edlsession(); + EDLSession* session = get_edl()->session; int interpolation_type = session ? session->interpolation_type : NEAREST_NEIGHBOR; int step = config.direction == OverlayConfig::BOTTOM_FIRST ? -1 : 1;