X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fvideodevice.h;h=61f566574cd7d0f45ed205c15996b8ac01e4ce8f;hp=f9334aff576061b886b0ff1ddf835cbc068e0247;hb=HEAD;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb diff --git a/cinelerra-5.1/cinelerra/videodevice.h b/cinelerra-5.1/cinelerra/videodevice.h index f9334aff..61f56657 100644 --- a/cinelerra-5.1/cinelerra/videodevice.h +++ b/cinelerra-5.1/cinelerra/videodevice.h @@ -144,6 +144,7 @@ public: void set_quality(int quality); // Change field order int set_field_order(int odd_field_first); + void set_do_cursor(int do_cursor, int do_big_cursor); // Set frames to clear after translation change. int set_latency_counter(int value); // Values from -100 to 100 @@ -177,7 +178,7 @@ public: int interrupt_playback(); // Get output buffer for playback using colormodel. // colormodel argument should be as close to best_colormodel as possible - void new_output_buffer(VFrame **output, int colormodel); + void new_output_buffer(VFrame **output, int colormodel, EDL *edl); int wait_for_startup(); int wait_for_completion(); int output_visible(); // Whether the output is visible or not. @@ -263,6 +264,7 @@ public: // All the input sources on the device ArrayList input_sources; int odd_field_first; + int do_cursor; // Quality for the JPEG compressor int quality; // Single frame mode for playback