X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginclient.h;fp=cinelerra-5.1%2Fcinelerra%2Fpluginclient.h;h=8abf7666dbf39ea4877a160dc5605e7045027133;hb=9782ed720c4e992ed0427de68c6646720c9b44e4;hp=068f5eace15fa8f3a87a02fa759d2c835d208da6;hpb=255d67d0fcabfbcd208f2587a9a75697a15d6349;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/pluginclient.h b/cinelerra-5.1/cinelerra/pluginclient.h index 068f5eac..8abf7666 100644 --- a/cinelerra-5.1/cinelerra/pluginclient.h +++ b/cinelerra-5.1/cinelerra/pluginclient.h @@ -426,6 +426,7 @@ public: // Plugin must call this before performing OpenGL operations. // Returns 1 if the user supports opengl buffers. int get_use_opengl(); + int to_ram(VFrame *vframe); // Get total tracks to process int get_total_buffers();