overlay/motion fixes, update es.po
[goodguy/history.git] / cinelerra-5.1 / guicast / vframe.h
index f0d8877727f41543be4551fe294f85d7d63e39b2..dc14dc876f9e17d25df91ac68a01ae153872a7e7 100644 (file)
@@ -131,7 +131,10 @@ public:
 // direct copy with no alpha
        int copy_from(VFrame *frame);
 // BC_CModels::transfer
-       int transfer_from(VFrame *frame, int bg_color=0);
+       int transfer_from(VFrame *frame, int bg_color, int in_x, int in_y, int in_w, int in_h);
+       int transfer_from(VFrame *frame, int bg_color=0) {
+               return transfer_from(frame, bg_color, 0,0, frame->get_w(),frame->get_h());
+       }
 // Required for YUV
        int clear_frame();
        int allocate_compressed_data(long bytes);