X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplayback3d.h;h=cd7aab02c552a01fc3ac51dcc37240587d047076;hp=edd7726dc6e321ef704f6dc0671ec06ae974c562;hb=b290324e67a45e465f2d0ad5d0ee662b64343339;hpb=3305343c3d9bfb889f6892e7821cc0e2d68669de diff --git a/cinelerra-5.1/cinelerra/playback3d.h b/cinelerra-5.1/cinelerra/playback3d.h index edd7726d..cd7aab02 100644 --- a/cinelerra-5.1/cinelerra/playback3d.h +++ b/cinelerra-5.1/cinelerra/playback3d.h @@ -321,7 +321,8 @@ public: private: // Called by write_buffer and clear_frame to initialize OpenGL flags - void init_frame(Playback3DCommand *command, int is_yuv=0); + void color_frame(Playback3DCommand *command, + float r, float g, float b, float a); void write_buffer_sync(Playback3DCommand *command); void draw_output(Playback3DCommand *command, int flip_y); void clear_output_sync(Playback3DCommand *command);